Home | History | Annotate | Download | only in src

Lines Matching refs:preparser

40 #include "preparser.h"
252 // This might also happen if there is no preparser symbol data, even
253 // if there is some preparser data.
4496 // the preparser data contains the information we need to construct the
4520 // With no preparser data, we partially parse the function, without
4524 preparser::PreParser::PreParseResult result =
4526 if (result == preparser::PreParser::kPreParseStackOverflow) {
4654 preparser::PreParser::PreParseResult Parser::LazyParseFunctionLiteral(
4662 reusable_preparser_ = new preparser::PreParser(&scanner_,
4669 preparser::PreParser::PreParseResult result =
5892 // Create a Scanner for the preparser to use as input, and preparse the source.
5902 preparser::PreParser::PreParseResult result =
5903 preparser::PreParser::PreParseProgram(&scanner,
5907 if (result == preparser::PreParser::kPreParseStackOverflow) {
5920 // even if the preparser data is only used once.