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

/external/v8/src/
H A Dscopes.h272 bool is_catch_scope() const { return type_ == CATCH_SCOPE; } function in class:v8::internal::Scope
H A Dscopes.cc1091 is_catch_scope() ||
1109 if (is_catch_scope() || is_block_scope()) return true;

Completed in 19 milliseconds