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

  /external/chromium_org/v8/src/
scopes.h 289 bool is_catch_scope() const { return scope_type_ == CATCH_SCOPE; } function in class:v8::internal::Scope
  /external/v8/src/
scopes.h 272 bool is_catch_scope() const { return type_ == CATCH_SCOPE; } function in class:v8::internal::Scope

Completed in 40 milliseconds