Home
last modified time | relevance | path

Searched refs:IsCatchContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcontexts.cc215 } else if (context->IsCatchContext()) { in Lookup()
Dcontexts.h347 bool IsCatchContext() { in IsCatchContext() function
Dscopes.cc230 ASSERT(context->IsCatchContext()); in DeserializeScopeChain()
Druntime.cc10848 ASSERT(context->IsCatchContext()); in MaterializeCatchScope()
11053 ASSERT(context_->IsCatchContext()); in Type()
11070 if (context_->IsCatchContext()) { in Type()
Dobjects.cc4116 if (context->has_extension() && !context->IsCatchContext()) { in ReferencesObject()