Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc267 DCHECK(context_->IsCatchContext()); in Type()
287 if (context_->IsCatchContext()) { in Type()
556 DCHECK(context->IsCatchContext()); in MaterializeCatchScope()
756 DCHECK(context->IsCatchContext()); in SetCatchVariableValue()
/external/v8/src/
Dcontexts-inl.h95 bool Context::IsCatchContext() { in IsCatchContext() function
Dcontexts.cc122 DCHECK(IsBlockContext() || IsCatchContext() || IsWithContext() || in scope_info()
138 DCHECK(IsCatchContext()); in catch_name()
349 } else if (context->IsCatchContext()) { in Lookup()
Dcontexts.h561 inline bool IsCatchContext();
Dobjects.cc7297 if (context->has_extension() && !context->IsCatchContext()) { in ReferencesObject()