Home | History | Annotate | Download | only in parsing

Lines Matching refs:script_scope

573   // TODO(wingo): Add an outer SCRIPT_SCOPE corresponding to the native
575 DeclarationScope* script_scope = NewScriptScope();
576 info->set_script_scope(script_scope);
577 Scope* scope = script_scope;
581 info->isolate(), zone(), *outer_scope_info, script_scope,
676 DCHECK_EQ(outer, info->script_scope());
677 outer = NewModuleScope(info->script_scope());