Searched refs:is_outermost (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | js-call-reducer.cc | 363 bool is_outermost() const { return parent_ == nullptr; } in is_outermost() function in v8::internal::compiler::JSCallReducerAssembler::CatchScope 369 DCHECK(is_outermost()); in set_has_handler() 373 DCHECK(is_outermost()); in set_gasm() 2331 DCHECK(catch_scope->is_outermost()); |
Completed in 10 milliseconds