Searched refs:ParseStatementList (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.cc | 88 ParseStatementList(&body, Token::EOS); in PreParseProgram() 368 ParseStatementList(&body, Token::RBRACE); in ParseStatementListAndLogFunction()
|
H A D | parser.cc | 649 ParseStatementList(&body, Token::EOS); in DoParseProgram() 792 ParseStatementList(&statements, Token::EOS); in ParseREPLProgram() 2079 ParseStatementList(body, Token::RBRACE); in ParseAndRewriteGeneratorFunctionBody() 2112 ParseStatementList(&statements, Token::RBRACE); in ParseAndRewriteAsyncGeneratorFunctionBody()
|
H A D | preparser.h | 1133 ParseStatementList(body, Token::RBRACE); in ParseAndRewriteGeneratorFunctionBody() 1137 ParseStatementList(body, Token::RBRACE); in ParseAndRewriteAsyncGeneratorFunctionBody()
|
H A D | parser-base.h | 1312 V8_INLINE void ParseStatementList(StatementListT* body, 4364 ParseStatementList(&inner_body, closing_token); in ParseFunctionBody() 4843 ParseStatementList(&statements, Token::RBRACE); in ParseAsyncFunctionBody() 5107 void ParserBase<Impl>::ParseStatementList(StatementListT* body, in ParseStatementList() function in v8::internal::ParseFunctionFlag::ParserBase
|
Completed in 20 milliseconds