Home | History | Annotate | Download | only in src

Lines Matching refs:inner_scope

123 Scope::Scope(Scope* inner_scope,
142 AddInnerScope(inner_scope);
146 Scope::Scope(Scope* inner_scope, Handle<String> catch_variable_name)
157 AddInnerScope(inner_scope);
1069 Scope* inner_scope = inner_scopes_[i];
1070 if (inner_scope->PropagateScopeInfo(calls_non_strict_eval)) {
1073 if (inner_scope->force_eager_compilation_) {