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

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

Completed in 76 milliseconds