Home | History | Annotate | Download | only in src

Lines Matching refs:condition

531       // Convert the literal to a boolean condition and negate it.
532 bool condition = literal->BooleanValue();
534 parser_->isolate()->factory()->ToBoolean(!condition);
2378 Expression* condition = ParseExpression(true, CHECK_OK);
2389 condition, then_statement, else_statement, pos);
2881 // loop is executed to update the loop variables. The loop condition is
3199 // If there are let bindings, then condition and the next statement of the