Searched refs:AddInnerScope (Results 1 – 2 of 2) sorted by relevance
137 AddInnerScope(inner_scope); in Scope()157 AddInnerScope(inner_scope); in Scope()278 script_scope->AddInnerScope(current_scope); in DeserializeScopeChain()375 outer_scope()->AddInnerScope(inner_scopes_[i]); in FinalizeBlockScope()396 outer->AddInnerScope(this); in ReplaceOuterScope()
815 void AddInnerScope(Scope* inner_scope) { in AddInnerScope() function