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

  /external/v8/src/parsing/
preparser.cc 752 // ReturnExprScope to kInsideValidReturnStatement here.
758 ReturnExprScope maybe_allow_tail_calls(function_state_,
910 ReturnExprScope no_tail_calls(function_state_,
    [all...]
parser-base.h 499 class ReturnExprScope {
501 explicit ReturnExprScope(FunctionState* function_state,
513 ~ReturnExprScope() {
    [all...]
parser.cc     [all...]

Completed in 57 milliseconds