Home
last modified time | relevance | path

Searched refs:CatchScope (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc57 class CatchScope;
72 CatchScope::Outermost(reducer->ZoneForGraphAssembler())),
103 CatchScope* catch_scope() const { return catch_scope_; } in catch_scope()
340 class V8_NODISCARD CatchScope { class in v8::internal::compiler::JSCallReducerAssembler
343 explicit CatchScope(Zone* zone) : if_exception_nodes_(zone) {} in CatchScope() function in v8::internal::compiler::JSCallReducerAssembler::CatchScope
346 CatchScope(Zone* zone, JSCallReducerAssembler* gasm) in CatchScope() function in v8::internal::compiler::JSCallReducerAssembler::CatchScope
355 ~CatchScope() { gasm_->catch_scope_ = parent_; } in ~CatchScope()
357 static CatchScope Outermost(Zone* zone) { return CatchScope{zone}; } in Outermost()
358 static CatchScope Inne in Outermost()
[all...]

Completed in 2 milliseconds