Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc107 DCHECK(IsNativeContext() || IsWithContext() || in extension_receiver()
109 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object(); in extension_receiver()
252 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) || in Lookup()
287 } else if (context->IsWithContext()) { in Lookup()
414 !context->IsNativeContext() && !context->IsWithContext()); in Lookup()
Dcontexts-inl.h104 bool Context::IsWithContext() { in IsWithContext() function
Dcontexts.h464 inline bool IsWithContext();
Dframes.cc1489 while (context->IsWithContext()) { in Print()
/external/v8/src/debug/
Ddebug-scopes.cc228 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext()); in Type()
263 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext()); in Type()
550 DCHECK(context->IsWithContext()); in WithContextExtension()
/external/v8/src/ast/
Dscopes.cc215 if (context->IsWithContext() || context->IsDebugEvaluateContext()) { in DeserializeScopeChain()