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

  /external/skia/tests/
SkpSkGrTest.cpp 481 class PreParser {
483 PreParser(int dirNo)
588 PreParser preParser(dirNo);
597 if (preParser.match(filename, &statusStream, &state.fResult)) {
  /external/v8/src/parsing/
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...]

Completed in 773 milliseconds