Home
last modified time | relevance | path

Searched refs:ParseVariableDeclarations (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc486 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()
Dpreparser.h1116 Statement ParseVariableDeclarations(VariableDeclarationContext var_context,
Dparser.h924 Block* ParseVariableDeclarations(VariableDeclarationContext var_context,
Dparser.cc2343 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/
Dstrict-identifiers.pyt276 # first, effectively disallowing the use in ParseVariableDeclarations, i.e.