Home | History | Annotate | Download | only in src

Lines Matching refs:Parser

153   // preparser recorder object that is suited to the parser's purposes.  Also,
354 // Parser state of containing expression, if any.
410 class Parser : public ParserBase {
412 explicit Parser(CompilationInfo* info);
413 ~Parser() {
421 static bool Parse(CompilationInfo* info) { return Parser(info).Parse(); }
449 FunctionState(Parser* parser,
498 Parser* parser_;
507 ParsingModeScope(Parser* parser, Mode mode)
508 : parser_(parser),
509 old_mode_(parser->mode()) {
517 Parser* parser_;
715 // Parser support