Searched refs:PreParser (Results 1 – 7 of 7) sorted by relevance
76 PreParserIdentifier PreParser::GetSymbol() const { in GetSymbol()86 PreParser::PreParseResult PreParser::PreParseFunction( in PreParseFunction()180 PreParser::Expression PreParser::ParseFunctionLiteral( in ParseFunctionLiteral()244 PreParser::LazyParsingResult PreParser::ParseStatementListAndLogFunction( in ParseStatementListAndLogFunction()263 PreParserExpression PreParser::ExpressionFromIdentifier( in ExpressionFromIdentifier()277 void PreParser::DeclareAndInitializeVariables( in DeclareAndInitializeVariables()
120 friend class PreParser; variable396 friend class PreParser; variable422 friend class PreParser; variable769 class PreParser; variable773 PreParserTarget(ParserBase<PreParser>* preparser, in PreParserTarget()779 explicit PreParserTargetScope(ParserBase<PreParser>* preparser) {} in PreParserTargetScope()783 struct ParserTypes<PreParser> {784 typedef ParserBase<PreParser> Base;785 typedef PreParser Impl;826 class PreParser : public ParserBase<PreParser> {[all …]
1133 PreParser* reusable_preparser_;
2791 reusable_preparser_ = new PreParser(zone(), &scanner_, ast_value_factory(), in SkipFunction()2808 PreParser::PreParseResult result = reusable_preparser_->PreParseFunction( in SkipFunction()2813 if (result == PreParser::kPreParseAbort) return kLazyParsingAborted; in SkipFunction()2814 if (result == PreParser::kPreParseStackOverflow) { in SkipFunction()
482 class PreParser { class484 PreParser(int dirNo) in PreParser() function in PreParser589 PreParser preParser(dirNo); in DEF_TEST()
1435 0.12^3527820^HTMLParserThrea^chrome ^[.] v8::preparser::PreParser::ParseStatement(boo…1437 --- v8::preparser::PreParser::ParseStatement(bool*)2043 0.10^3027837^HTMLParserThrea^chrome ^[.] v8::preparser::PreParser::ParseBinaryExpress…2045 --- v8::preparser::PreParser::ParseBinaryExpression(int, bool, bool*)2334 0.07^2154798^HTMLParserThrea^chrome ^[.] v8::preparser::PreParser::ParsePostfixExpres…2336 --- v8::preparser::PreParser::ParsePostfixExpression(bool*)2343 0.07^2111797^HTMLParserThrea^chrome ^[.] v8::preparser::PreParser::ParseConditionalEx…2345 --- v8::preparser::PreParser::ParseConditionalExpression(bool, bool*)2419 0.06^1922033^HTMLParserThrea^chrome ^[.] v8::preparser::PreParser::ParseIdentifier(bo…2421 --- v8::preparser::PreParser::ParseIdentifier(bool*)
9286 Widen --harmony-for-in flag to throw errors in PreParser (issue 4942).