HomeSort by relevance Sort by last modified time
    Searched refs:is_catch_scope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.h 268 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; } function in class:v8::internal::Scope
scopes.cc 721 DCHECK(!s->is_catch_scope() || s->num_heap_slots() > 0);
    [all...]

Completed in 174 milliseconds