Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1739 ZonePtrList<Expression>* reject_args = in ParseAndRewriteAsyncGeneratorFunctionBody() local
1741 reject_args->Add(factory()->NewVariableProxy( in ParseAndRewriteAsyncGeneratorFunctionBody()
1744 reject_args->Add(factory()->NewVariableProxy(catch_scope->catch_variable()), in ParseAndRewriteAsyncGeneratorFunctionBody()
1748 Runtime::kInlineAsyncGeneratorReject, reject_args, kNoSourcePosition); in ParseAndRewriteAsyncGeneratorFunctionBody()