Searched refs:IsWithContext (Results 1 – 6 of 6) sorted by relevance
107 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()
104 bool Context::IsWithContext() { in IsWithContext() function
464 inline bool IsWithContext();
1489 while (context->IsWithContext()) { in Print()
228 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext()); in Type()263 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext()); in Type()550 DCHECK(context->IsWithContext()); in WithContextExtension()
215 if (context->IsWithContext() || context->IsDebugEvaluateContext()) { in DeserializeScopeChain()