Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc132 LazyParsingResult result = ParseStatementListAndLogFunction( in PreParseFunction()
244 PreParser::LazyParsingResult PreParser::ParseStatementListAndLogFunction( in ParseStatementListAndLogFunction()
248 LazyParsingResult result = ParseStatementList( in ParseStatementListAndLogFunction()
Dpreparser.h924 V8_INLINE LazyParsingResult SkipFunction(
937 LazyParsingResult ParseStatementListAndLogFunction(
Dparser-base.h259 enum LazyParsingResult { kLazyParsingComplete, kLazyParsingAborted }; enum
1230 LazyParsingResult result = ParseStatementList(body, end_token, false, ok); in ParseStatementList()
1234 LazyParsingResult ParseStatementList(StatementListT body, int end_token,
3948 LazyParsingResult result = impl()->SkipFunction( in ParseArrowFunctionLiteral()
4355 typename ParserBase<Impl>::LazyParsingResult
Dparser.h533 LazyParsingResult SkipFunction(
Dparser.cc2656 LazyParsingResult result = in ParseFunctionLiteral()
2745 Parser::LazyParsingResult Parser::SkipFunction( in SkipFunction()