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

  /external/chromium_org/v8/src/
preparser.h 41 namespace preparser { namespace in namespace:v8
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
    [all...]
  /external/v8/src/
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 217 milliseconds