Home
last modified time | relevance | path

Searched refs:PreParser (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc76 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()
Dpreparser.h120 friend class PreParser; variable
396 friend class PreParser; variable
422 friend class PreParser; variable
769 class PreParser; variable
773 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 …]
Dparser.h1133 PreParser* reusable_preparser_;
Dparser.cc2791 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()
/external/skia/tests/
DSkpSkGrTest.cpp482 class PreParser { class
484 PreParser(int dirNo) in PreParser() function in PreParser
589 PreParser preParser(dirNo); in DEF_TEST()
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt1435 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*)
/external/v8/
DChangeLog9286 Widen --harmony-for-in flag to throw errors in PreParser (issue 4942).