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

  /external/v8/src/
preparser.h 32 namespace preparser { namespace in namespace:v8
38 // The PreParser checks that the syntax follows the grammar for JavaScript,
49 class PreParser {
56 ~PreParser() { }
66 return PreParser(scanner, log, stack_limit, allow_lazy).PreParse();
138 PreParser(i::JavaScriptScanner* scanner,
220 // Logs the currently parsed literal as a symbol in the preparser data.
276 } } // v8::preparser
preparser.cc 38 #include "preparser.h"
41 namespace preparser { namespace in namespace:v8
45 // See preparser-data.h for the data.
47 // The PreParser checks that the syntax follows the grammar for JavaScript,
65 void PreParser::ReportUnexpectedToken(i::Token::Value token) {
97 PreParser::SourceElements PreParser::ParseSourceElements(int end_token,
109 PreParser::Statement PreParser::ParseStatement(bool* ok) {
195 PreParser::Statement PreParser::ParseFunctionDeclaration(bool* ok)
    [all...]

Completed in 41 milliseconds