Searched refs:ParseVariableDeclarations (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 486 Statement result = ParseVariableDeclarations( in ParseVariableStatement() 498 PreParser::Statement PreParser::ParseVariableDeclarations( in ParseVariableDeclarations() function in v8::internal::PreParser 872 ParseVariableDeclarations(kForStatement, &decl_count, &is_lexical, in ParseForStatement()
|
D | preparser.h | 1116 Statement ParseVariableDeclarations(VariableDeclarationContext var_context,
|
D | parser.h | 924 Block* ParseVariableDeclarations(VariableDeclarationContext var_context,
|
D | parser.cc | 2343 ParseVariableDeclarations(var_context, &parsing_result, names, CHECK_OK); in ParseVariableStatement() 2348 Block* Parser::ParseVariableDeclarations( in ParseVariableDeclarations() function in v8::internal::Parser 3590 ParseVariableDeclarations(kForStatement, &parsing_result, nullptr, in ParseForStatement()
|
/external/v8/test/preparser/ |
D | strict-identifiers.pyt | 276 # first, effectively disallowing the use in ParseVariableDeclarations, i.e.
|