Searched defs:NewScope (Results 1 – 3 of 3) sorted by relevance
101 #define NewScope() NewScopeInPool(CurrentScope->pool) macro
186 void closeInsnRange(DbgScope *NewScope = NULL) { in closeInsnRange()
410 Scope* Parser::NewScope(Scope* parent, Scope::Type type, bool inside_with) { in NewScope() function in v8::internal::Parser