Searched refs:kLazyParsingAborted (Results 1 – 3 of 3) sorted by relevance
136 if (result == kLazyParsingAborted) { in PreParseFunction()250 if (result == kLazyParsingAborted) return result; in ParseStatementListAndLogFunction()
259 enum LazyParsingResult { kLazyParsingComplete, kLazyParsingAborted }; enumerator3954 ast_value_factory_, result == kLazyParsingAborted); in ParseArrowFunctionLiteral()3961 if (result == kLazyParsingAborted) { in ParseArrowFunctionLiteral()4432 return kLazyParsingAborted; in ParseStatementList()
2662 if (result == kLazyParsingAborted) { in ParseFunctionLiteral()2813 if (result == PreParser::kPreParseAbort) return kLazyParsingAborted; in SkipFunction()