Searched refs:then_expression (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfull-codegen.cc1337 SetExpressionPosition(expr->then_expression(),
1341 VisitForControl(expr->then_expression(),
1346 VisitInDuplicateContext(expr->then_expression());
H A Dprettyprinter.cc291 Visit(node->then_expression());
954 PrintIndentedVisit("THEN", node->then_expression());
H A Dast.h1887 Expression* then_expression() const { return then_expression_; } function in class:v8::internal::Conditional
1901 Expression* then_expression,
1907 then_expression_(then_expression),
2911 Expression* then_expression,
2916 isolate_, condition, then_expression, else_expression,
1899 Conditional(Isolate* isolate, Expression* condition, Expression* then_expression, Expression* else_expression, int then_expression_position, int else_expression_position) argument
2910 NewConditional(Expression* condition, Expression* then_expression, Expression* else_expression, int then_expression_position, int else_expression_position) argument
H A Dhydrogen.cc3516 CHECK_BAILOUT(Visit(expr->then_expression()));

Completed in 93 milliseconds