Home | History | Annotate | Download | only in src

Lines Matching refs:preparser

41 namespace preparser {
49 // The PreParser checks that the syntax follows the grammar for JavaScript,
112 class PreParser {
120 PreParser(i::Scanner* scanner,
136 ~PreParser() {}
232 // are either being counted in the preparser data, or is important
341 PreParser::Identifier AsIdentifier() {
342 return PreParser::Identifier(
343 static_cast<PreParser::Identifier::Type>(code_ >> kIdentifierShift));
607 // Logs the currently parsed literal as a symbol in the preparser data.
695 } } // v8::preparser