Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc200 DCHECK(context_->IsCatchContext()); in Type()
218 if (context_->IsCatchContext()) { in Type()
527 DCHECK(context->IsCatchContext()); in MaterializeCatchScope()
767 DCHECK(context->IsCatchContext()); in SetCatchVariableValue()
/external/v8/src/
Dcontexts-inl.h96 bool Context::IsCatchContext() { in IsCatchContext() function
Dcontexts.cc116 DCHECK(IsCatchContext()); in catch_name()
359 } else if (context->IsCatchContext()) { in Lookup()
Dcontexts.h475 inline bool IsCatchContext();
Dobjects.cc7531 if (context->has_extension() && !context->IsCatchContext()) { in ReferencesObject()
/external/v8/src/ast/
Dscopes.cc261 DCHECK(context->IsCatchContext()); in DeserializeScopeChain()