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

/external/chromium_org/v8/src/
H A Dscopes.h268 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; } function in class:v8::internal::Scope
H A Dscopes.cc721 DCHECK(!s->is_catch_scope() || s->num_heap_slots() > 0);
1188 is_catch_scope() ||
1213 if (is_catch_scope() || is_block_scope() || is_module_scope()) return true;

Completed in 38 milliseconds