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

  /external/chromium_org/v8/src/
preparser.cc 41 #include "preparser.h"
57 namespace preparser { namespace in namespace:v8
59 PreParser::PreParseResult PreParser::PreParseLazyFunction(
90 // See preparser-data.h for the data.
92 // The PreParser checks that the syntax follows the grammar for JavaScript,
101 void PreParser::ReportUnexpectedToken(i::Token::Value token) {
135 void PreParser::CheckOctalLiteral(int beg_pos, int end_pos, bool* ok) {
152 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,
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.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 279 milliseconds