Searched refs:AddInnerScope (Results 1 – 2 of 2) sorted by relevance
125 AddInnerScope(inner_scope); in Scope()143 AddInnerScope(inner_scope); in Scope()259 script_scope->AddInnerScope(current_scope); in DeserializeScopeChain()357 outer_scope()->AddInnerScope(inner_scopes_[i]); in FinalizeBlockScope()378 outer->AddInnerScope(this); in ReplaceOuterScope()
792 void AddInnerScope(Scope* inner_scope) { in AddInnerScope() function