Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc94 IsEvalContext() || IsCatchContext()); in extension_object()
289 context->IsModuleContext() || context->IsCatchContext()) { in Lookup()
Dcontexts-inl.h90 bool Context::IsCatchContext() const { in IsCatchContext() function
Dcontexts.h549 inline bool IsCatchContext() const;
Dobjects.cc8220 if (context->has_extension() && !context->IsCatchContext() && in ReferencesObject()
/external/v8/src/debug/
Ddebug-scopes.cc317 DCHECK(context_->IsCatchContext()); in Type()
339 if (context_->IsCatchContext()) { in Type()