Searched refs:NewScopeWithParent (Results 1 – 2 of 2) sorted by relevance
699 return NewScopeWithParent(scope(), scope_type); in NewScope()705 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent() function5344 inner_scope = NewScopeWithParent(inner_scope, BLOCK_SCOPE); in ParseForStatement()
5195 Scope* catch_scope = NewScopeWithParent(use_scope, CATCH_SCOPE); in FinalizeIteratorUse()5302 Scope* catch_scope = NewScopeWithParent(scope, CATCH_SCOPE); in BuildIteratorCloseForCompletion()