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

/external/v8/src/
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

Completed in 48 milliseconds