Searched refs:kDontAllowEvalOrArguments (Results 1 – 3 of 3) sorted by relevance
479 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseVariableDeclarations()785 ParseIdentifier(kDontAllowEvalOrArguments, CHECK_OK); in ParseTryStatement()
1200 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()
130 kDontAllowEvalOrArguments enumerator1643 if (allow_eval_or_arguments == kDontAllowEvalOrArguments && in ParseIdentifier()