Searched refs:catch_scope (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 2125 Scope* catch_scope = NewHiddenCatchScope(); in ParseAndRewriteAsyncGeneratorFunctionBody() local 2132 reject_args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in ParseAndRewriteAsyncGeneratorFunctionBody() 2143 try_block, catch_scope, catch_block, kNoSourcePosition); in ParseAndRewriteAsyncGeneratorFunctionBody() 2970 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE); in NewHiddenCatchScope() local 2972 catch_scope->DeclareLocal(ast_value_factory()->dot_catch_string(), in NewHiddenCatchScope() 2975 catch_scope->set_is_hidden(); in NewHiddenCatchScope() 2976 return catch_scope; in NewHiddenCatchScope() 2991 Scope* catch_scope = NewHiddenCatchScope(); in BuildRejectPromiseOnException() local 2998 args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in BuildRejectPromiseOnException() 3012 inner_block, catch_scope, catch_bloc in BuildRejectPromiseOnException() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 103 CatchScope* catch_scope() const { return catch_scope_; } in catch_scope() function in v8::internal::compiler::JSCallReducerAssembler 321 if (catch_scope()->has_handler()) { in MayThrow() 327 catch_scope()->RegisterIfExceptionNode(if_exception); in MayThrow() 449 CatchScope catch_scope = CatchScope::Inner(gasm_->temp_zone(), gasm_); in Catch() local 453 catch_scope.MergeExceptionalPaths(&handler_exception, &handler_effect, in Catch() 2330 auto catch_scope = gasm->catch_scope(); 2331 DCHECK(catch_scope->is_outermost()); 2333 if (catch_scope->has_handler() && 2334 catch_scope [all...] |
Completed in 12 milliseconds