HomeSort by relevance Sort by last modified time
    Searched refs:return_expr_context (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
parser-base.h 397 if (return_expr_context() ==
405 if (return_expr_context() ==
415 ReturnExprContext return_expr_context() const { function in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase::BASE_EMBEDDED
502 ReturnExprContext return_expr_context)
504 sav_return_expr_context_(function_state->return_expr_context()) {
507 if (return_expr_context !=
510 function_state->set_return_expr_context(return_expr_context);
2509 ReturnExprContext return_expr_context = local
    [all...]
preparser.cc 753 ReturnExprContext return_expr_context = local
755 ? function_state_->return_expr_context()
759 return_expr_context);
    [all...]

Completed in 193 milliseconds