• Home
  • Raw
  • Download

Lines Matching refs:catch_scope

1737   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()
2936 catch_scope->set_is_hidden(); in NewHiddenCatchScope()
2937 return catch_scope; in NewHiddenCatchScope()
2967 Scope* catch_scope = NewHiddenCatchScope(); in BuildRejectPromiseOnException() local
2970 factory()->NewVariableProxy(catch_scope->catch_variable()), in BuildRejectPromiseOnException()
2977 inner_block, catch_scope, catch_block, kNoSourcePosition); in BuildRejectPromiseOnException()
3946 Scope* catch_scope = NewHiddenCatchScope(); in FinalizeIteratorUse() local
3955 args->Add(factory()->NewVariableProxy(catch_scope->catch_variable()), in FinalizeIteratorUse()
3966 iterator_use, catch_scope, catch_block, nopos); in FinalizeIteratorUse()