Searched refs:IsWithContext (Results 1 – 5 of 5) sorted by relevance
103 DCHECK(IsNativeContext() || IsWithContext() || IsEvalContext() || in extension_receiver()105 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object(); in extension_receiver()210 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) || in Lookup()247 } else if (context->IsWithContext()) { in Lookup()396 !context->IsNativeContext() && !context->IsWithContext() && in Lookup()
94 bool Context::IsWithContext() const { in IsWithContext() function
550 inline bool IsWithContext() const;
2031 while (context->IsWithContext()) { in Print()
314 context_->IsWithContext() || context_->IsDebugEvaluateContext()); in Type()351 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext()); in Type()705 DCHECK(context_->IsWithContext()); in WithContextExtension()751 DCHECK(!context_->IsWithContext()); in VisitLocalScope()