Searched refs:IsGlobalContext (Results 1 – 5 of 5) sorted by relevance
37 while (!current->IsGlobalContext()) { in global_context()404 return context->IsNativeContext() || context->IsGlobalContext() || in IsBootstrappingOrValidParentContext()
486 bool IsGlobalContext() { in IsGlobalContext() function
206 } else if (context->IsGlobalContext()) { in DeserializeScopeChain()
706 DCHECK(context->IsGlobalContext()); in NewGlobalContext()
5135 if (FLAG_harmony_scoping && context->IsGlobalContext()) { in ReferencesObject()