Home | History | Annotate | Download | only in parsing

Lines Matching refs:Parser

12 #include "src/parsing/parser-base.h"
201 FunctionLiteral* literal_; // produced by full parser.
248 // Wrapper around ScriptData to provide parser-specific functionality.
294 class Parser;
332 typedef v8::internal::Parser* Parser;
356 explicit ParserTraits(Parser* parser) : parser_(parser) {}
663 Parser* parser_;
667 class Parser : public ParserBase<ParserTraits> {
669 explicit Parser(ParseInfo* info);
670 ~Parser() {
760 Parser* parser;
805 Parser* parser, RewritableAssignmentExpression* expr, Scope* Scope);
807 static Expression* RewriteDestructuringAssignment(Parser* parser,
863 Parser* parser_;
956 // Parser support
975 // If bookmark is set, the (pre-)parser may decide to abort skipping
1037 // Other information which will be stored in Parser and moved to Isolate after