Searched refs:NewEvalScope (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/parsing/ | ||
D | parser.cc | 553 outer = NewEvalScope(outer); in DoParseProgram() |
D | parser-base.h | 630 DeclarationScope* NewEvalScope(Scope* parent) const { in NewEvalScope() function |