Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparser.cc2125 Scope* catch_scope = NewHiddenCatchScope(); in ParseAndRewriteAsyncGeneratorFunctionBody() local
2970 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE); in NewHiddenCatchScope() local
2991 Scope* catch_scope = NewHiddenCatchScope(); in BuildRejectPromiseOnException() local
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc103 CatchScope* catch_scope() const { return catch_scope_; } in catch_scope() function in v8::internal::compiler::JSCallReducerAssembler
449 CatchScope catch_scope = CatchScope::Inner(gasm_->temp_zone(), gasm_); in Catch() local
2330 auto catch_scope = gasm->catch_scope(); in ReplaceWithSubgraph() local