Home | History | Annotate | Download | only in src

Lines Matching refs:condition

2445   Expression* condition = ParseExpression(true, CHECK_OK);
2455 return factory()->NewIfStatement(condition, then_statement, else_statement);
3248 // Convert the literal to a boolean condition and negate it.
3249 bool condition = literal->ToBoolean()->IsTrue();
3250 Handle<Object> result(isolate()->heap()->ToBoolean(!condition));