Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1989 Scope* catch_scope = NewHiddenCatchScope(); in ParseAndRewriteAsyncGeneratorFunctionBody() local
2834 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE); in NewHiddenCatchScope() local
2855 Scope* catch_scope = NewHiddenCatchScope(); in BuildRejectPromiseOnException() local
/external/v8/src/compiler/
Djs-call-reducer.cc88 CatchScope* catch_scope() const { return catch_scope_; } in catch_scope() function in v8::internal::compiler::JSCallReducerAssembler
430 CatchScope catch_scope = CatchScope::Inner(gasm_->temp_zone(), gasm_); in Catch() local
2222 auto catch_scope = gasm->catch_scope(); in ReplaceWithSubgraph() local