Home
last modified time | relevance | path

Searched refs:kDontAllowEvalOrArguments (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dpreparser.cc479 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseVariableDeclarations()
785 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseTryStatement()
Dparser.cc1200 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseModuleDeclaration()
1351 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseModuleVariable()
1478 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseExportDeclaration()
1484 name = ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseExportDeclaration()
2182 name = ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseVariableDeclarations()
2748 name = ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseTryStatement()
Dpreparser.h130 kDontAllowEvalOrArguments enumerator
1643 if (allow_eval_or_arguments == kDontAllowEvalOrArguments && in ParseIdentifier()