Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc102 FunctionState top_scope(&function_state_, &scope_, scope); in PreParseProgram()
152 DCHECK_NULL(function_state_); in PreParseFunction()
154 FunctionState function_state(&function_state_, &scope_, function_scope); in PreParseFunction()
295 if (!function_state_->next_function_is_likely_called() && in ParseFunctionLiteral()
304 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunctionLiteral()
Dparser.cc98 FunctionState function_state(&function_state_, &scope_, function_scope); in DefaultConstructor()
562 FunctionState function_state(&function_state_, &scope_, scope); in DoParseProgram()
670 FunctionState function_state(&function_state_, &scope_, outer_scope); in ParseWrapped()
769 FunctionState function_state(&function_state_, &scope_, outer_function); in DoParseFunction()
1524 if (IsDerivedConstructor(function_state_->kind())) { in RewriteReturn()
1742 function_state_->scope()->generator_object_var()), in ParseAndRewriteAsyncGeneratorFunctionBody()
1762 function_state_->scope()->generator_object_var()); in ParseAndRewriteAsyncGeneratorFunctionBody()
1801 function_state_->AddSuspend(); in BuildIteratorNextResult()
2458 function_state_->scope()->DeclareGeneratorObjectVar( in PrepareGeneratorVariables()
2496 function_state_->next_function_is_likely_called() || is_wrapped in ParseFunctionLiteral()
[all …]
Dparser-base.h263 function_state_(nullptr), in ParserBase()
662 function_state_->RecordFunctionOrEvalCall();
912 return IsGeneratorFunction(function_state_->kind()); in is_generator()
915 return IsAsyncFunction(function_state_->kind()); in is_async_function()
918 return IsAsyncGeneratorFunction(function_state_->kind()); in is_async_generator()
921 return IsResumableFunction(function_state_->kind()); in is_resumable()
1090 function_state_->kind(), is_strict_reserved, is_await, ok); in ParseIdentifierOrStrictReservedWord()
1406 function_state_->RecordFunctionOrEvalCall(); in CheckPossibleEvalCall()
1434 function_state_->AddSuspend();
1547 FunctionState* function_state_; // Function state stack. variable
[all …]
Dpreparser.h1248 FunctionState function_state(&function_state_, &scope_, function_scope);
1738 return function_state_->GetReportedErrorList();
Dparser.h963 return function_state_->GetReportedErrorList();