Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1737 Scope* catch_scope = NewHiddenCatchScope(); in ParseAndRewriteAsyncGeneratorFunctionBody() local
1744 reject_args->Add(factory()->NewVariableProxy(catch_scope->catch_variable()), in ParseAndRewriteAsyncGeneratorFunctionBody()
1753 try_block, catch_scope, catch_block, kNoSourcePosition); in ParseAndRewriteAsyncGeneratorFunctionBody()
1944 Scope* catch_scope = scope(); in DesugarBindingInForEachStatement() local
1945 while (catch_scope != nullptr && !catch_scope->is_declaration_scope()) { in DesugarBindingInForEachStatement()
1946 if (catch_scope->is_catch_scope()) { in DesugarBindingInForEachStatement()
1947 auto name = catch_scope->catch_variable()->raw_name(); in DesugarBindingInForEachStatement()
1957 catch_scope = catch_scope->outer_scope(); in DesugarBindingInForEachStatement()
2933 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE); in NewHiddenCatchScope() local
2934 catch_scope->DeclareLocal(ast_value_factory()->dot_catch_string(), in NewHiddenCatchScope()
[all …]