Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc98 DCHECK(IsNativeContext() || IsWithContext() || in extension_receiver()
100 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object(); in extension_receiver()
245 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) || in Lookup()
280 } else if (context->IsWithContext()) { in Lookup()
Dcontexts-inl.h102 bool Context::IsWithContext() { in IsWithContext() function
Dcontexts.h476 inline bool IsWithContext();
Dframes.cc1282 while (context->IsWithContext()) { in Print()
/external/v8/src/debug/
Ddebug-scopes.cc197 DCHECK(context_->IsWithContext()); in Type()
230 DCHECK(context_->IsWithContext()); in Type()
/external/v8/src/ast/
Dscopes.cc228 if (context->IsWithContext()) { in DeserializeScopeChain()