Searched refs:NewScopeWithParent (Results 1 – 2 of 2) sorted by relevance
635 return NewScopeWithParent(scope(), scope_type); in NewScope()641 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent() function
2933 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE); in NewHiddenCatchScope()