Lines Matching refs:global_scope
115 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
121 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
215 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope,
236 GLOBAL_SCOPE,
273 global_scope->AddInnerScope(current_scope);
274 global_scope->PropagateScopeInfo(false);
275 return (innermost_scope == NULL) ? global_scope : innermost_scope;
786 case GLOBAL_SCOPE: return "global";
1039 ASSERT(info->global_scope()->is_global_scope());
1071 var = info->global_scope()->DeclareDynamicGlobal(proxy->name());
1144 ASSERT(info->global_scope()->is_global_scope());