Home
last modified time | relevance | path

Searched refs:NewScopeWithParent (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h667 return NewScopeWithParent(scope(), scope_type); in NewScope()
673 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent() function
5616 inner_scope = NewScopeWithParent(inner_scope, BLOCK_SCOPE); in ParseStandardForLoop()
Dparser.cc4818 Scope* catch_scope = NewScopeWithParent(use_scope, CATCH_SCOPE); in FinalizeIteratorUse()
4937 Scope* catch_scope = NewScopeWithParent(scope, CATCH_SCOPE); in BuildIteratorCloseForCompletion()