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

  /external/v8/src/parsing/
preparser.cc 17 #include "src/parsing/preparser.h"
78 PreParserIdentifier PreParser::GetSymbol() const {
88 PreParser::PreParseResult PreParser::PreParseFunction(
100 // In the preparser, we use the function literal ids to count how many
101 // FunctionLiterals were encountered. The PreParser doesn't actually persist
107 // PreParser.
209 // See preparser-data.h for the data.
211 // The PreParser checks that the syntax follows the grammar for JavaScript,
220 PreParser::Expression PreParser::ParseFunctionLiteral
    [all...]
preparser.h 18 // the PreParser doesn't create a tree. Instead, it passes around minimal
90 // Allow identifier->name()[->length()] to work. The preparser
120 // Only non-nullptr when PreParser.track_unresolved_variables_ is true.
123 friend class PreParser;
316 // At the moment PreParser doesn't track these expression types.
332 // and PreParser.
335 // More dummy implementations of things PreParser doesn't need to track:
399 // If the PreParser is used in the variable tracking mode, PreParserExpression
403 friend class PreParser;
411 // the like. If the PreParser is used in variable tracking mode, it needs t
    [all...]
parser.cc     [all...]
parser.h 16 #include "src/parsing/preparser.h"
545 // by parsing the function with PreParser. Consumes the ending }.
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 481 class PreParser {
483 PreParser(int dirNo)
588 PreParser preParser(dirNo);
597 if (preParser.match(filename, &statusStream, &state.fResult)) {

Completed in 114 milliseconds