Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc73 catch_scope_(&outermost_catch_scope_) {
103 CatchScope* catch_scope() const { return catch_scope_; } in catch_scope()
348 parent_(gasm->catch_scope_), in CatchScope()
351 gasm_->catch_scope_ = this; in CatchScope()
355 ~CatchScope() { gasm_->catch_scope_ = parent_; } in ~CatchScope()
677 CatchScope* catch_scope_; member

Completed in 9 milliseconds