HomeSort by relevance Sort by last modified time
    Searched defs:preparser (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
preparser.cc 41 #include "preparser.h"
53 namespace preparser { namespace in namespace:v8
55 PreParser::PreParseResult PreParser::PreParseLazyFunction(
85 // See preparser-data.h for the data.
87 // The PreParser checks that the syntax follows the grammar for JavaScript,
96 void PreParser::ReportUnexpectedToken(i::Token::Value token) {
130 void PreParser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) {
147 PreParser::Statement PreParser::ParseSourceElement(bool* ok)
    [all...]
preparser.h 41 namespace preparser { namespace in namespace:v8
49 // The PreParser checks that the syntax follows the grammar for JavaScript,
107 class PreParser {
115 PreParser(i::Scanner* scanner,
134 ~PreParser() {}
147 return PreParser(scanner, log, stack_limit, allow_lazy,
204 // are either being counted in the preparser data, or is important
308 PreParser::Identifier AsIdentifier() {
309 return PreParser::Identifier(
310 static_cast<PreParser::Identifier::Type>(code_ >> kIdentifierShift))
    [all...]

Completed in 239 milliseconds