Home
last modified time | relevance | path

Searched refs:return_expr_context (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h418 if (return_expr_context() == in AddImplicitTailCallExpression()
428 ReturnExprContext return_expr_context() const { in return_expr_context() function
498 ReturnExprContext return_expr_context) in ReturnExprScope() argument
500 sav_return_expr_context_(function_state->return_expr_context()) { in ReturnExprScope()
503 if (return_expr_context != in ReturnExprScope()
506 function_state->set_return_expr_context(return_expr_context); in ReturnExprScope()
4209 function_state_->return_expr_context()); in ParseArrowFunctionLiteral()