Home
last modified time | relevance | path

Searched refs:IsGlobalContext (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dcontexts.cc37 while (!current->IsGlobalContext()) { in global_context()
404 return context->IsNativeContext() || context->IsGlobalContext() || in IsBootstrappingOrValidParentContext()
Dcontexts.h486 bool IsGlobalContext() { in IsGlobalContext() function
Dscopes.cc206 } else if (context->IsGlobalContext()) { in DeserializeScopeChain()
Dfactory.cc706 DCHECK(context->IsGlobalContext()); in NewGlobalContext()
Dobjects.cc5135 if (FLAG_harmony_scoping && context->IsGlobalContext()) { in ReferencesObject()