Home | History | Annotate | Download | only in src

Lines Matching refs:inner_scope

126 Scope::Scope(Scope* inner_scope,
148 AddInnerScope(inner_scope);
152 Scope::Scope(Scope* inner_scope, Handle<String> catch_variable_name, Zone* zone)
165 AddInnerScope(inner_scope);
1169 Scope* inner_scope = inner_scopes_[i];
1170 if (inner_scope->PropagateScopeInfo(calls_non_strict_eval)) {
1173 if (inner_scope->force_eager_compilation_) {
1396 Scope* inner_scope = inner_scopes_.at(i);
1397 inner_scope->AllocateModulesRecursively(host_scope);