Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h635 return NewScopeWithParent(scope(), scope_type); in NewScope()
641 Scope* NewScopeWithParent(Scope* parent, ScopeType scope_type) const { in NewScopeWithParent() function
Dparser.cc2933 Scope* catch_scope = NewScopeWithParent(scope(), CATCH_SCOPE); in NewHiddenCatchScope()