Searched defs:NewScope (Results 1 – 2 of 2) sorted by relevance
101 #define NewScope() NewScopeInPool(CurrentScope->pool) macro
410 Scope* Parser::NewScope(Scope* parent, ScopeType type) { in NewScope() function in v8::internal::Parser