Searched refs:IsWithContext (Results 1 – 6 of 6) sorted by relevance
98 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()
102 bool Context::IsWithContext() { in IsWithContext() function
476 inline bool IsWithContext();
1282 while (context->IsWithContext()) { in Print()
197 DCHECK(context_->IsWithContext()); in Type()230 DCHECK(context_->IsWithContext()); in Type()
228 if (context->IsWithContext()) { in DeserializeScopeChain()