Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc139 LazyParsingResult result; in PreParseFunction()
293 PreParser::LazyParsingResult PreParser::ParseStatementListAndLogFunction( in ParseStatementListAndLogFunction()
297 LazyParsingResult result = ParseStatementList( in ParseStatementListAndLogFunction()
Dpreparser.h966 V8_INLINE LazyParsingResult
979 LazyParsingResult ParseStatementListAndLogFunction(
Dparser-base.h280 enum LazyParsingResult { kLazyParsingComplete, kLazyParsingAborted }; enum
1215 LazyParsingResult result = ParseStatementList(body, end_token, false, ok); in ParseStatementList()
1219 LazyParsingResult ParseStatementList(StatementListT body, int end_token,
4176 LazyParsingResult result = impl()->SkipFunction( in ParseArrowFunctionLiteral()
4603 typename ParserBase<Impl>::LazyParsingResult
Dparser.h548 LazyParsingResult SkipFunction(FunctionKind kind,
Dparser.cc2662 LazyParsingResult result = SkipFunction( in ParseFunctionLiteral()
2758 Parser::LazyParsingResult Parser::SkipFunction( in SkipFunction()