Home | History | Annotate | Download | only in src

Lines Matching refs:GLOBAL_SCOPE

117                  (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
123 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
217 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope,
238 GLOBAL_SCOPE,
275 global_scope->AddInnerScope(current_scope);
276 global_scope->PropagateScopeInfo(false);
277 return (innermost_scope == NULL) ? global_scope : innermost_scope;
788 case GLOBAL_SCOPE: return "global";
1035 ASSERT(info->global_scope()->is_global_scope());
1067 var = info->global_scope()->DeclareDynamicGlobal(proxy->name());
1140 ASSERT(info->global_scope()->is_global_scope());