Home | History | Annotate | Download | only in src

Lines Matching refs:inner_scope

93 Scope::Scope(Scope* inner_scope,
117 AddInnerScope(inner_scope);
121 Scope::Scope(Scope* inner_scope, const AstRawString* catch_variable_name,
136 AddInnerScope(inner_scope);
1393 Scope* inner_scope = inner_scopes_.at(i);
1394 inner_scope->AllocateModulesRecursively(host_scope);