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

/external/v8/src/
H A Dast.h1270 Expression* then_expression,
1273 then_expression_(then_expression),
1279 Expression* then_expression() const { return then_expression_; } function in class:v8::internal::Conditional
1269 Conditional(Expression* condition, Expression* then_expression, Expression* else_expression) argument

Completed in 41 milliseconds