Searched refs:is_catch_scope (Results 1 – 2 of 2) sorted by relevance
721 DCHECK(!s->is_catch_scope() || s->num_heap_slots() > 0); in ContextChainLength()1188 is_catch_scope() || in MustAllocate()1213 if (is_catch_scope() || is_block_scope() || is_module_scope()) return true; in MustAllocateInContext()
268 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; } in is_catch_scope() function