Lines Matching refs:AstRawString
415 ZoneList<const AstRawString*>* labels() const { return labels_; }
434 BreakableStatement(Zone* zone, ZoneList<const AstRawString*>* labels,
452 ZoneList<const AstRawString*>* labels_;
482 Block(Zone* zone, ZoneList<const AstRawString*>* labels, int capacity,
612 const AstRawString* import_name() const { return import_name_; }
613 const AstRawString* module_specifier() const { return module_specifier_; }
614 void set_module_specifier(const AstRawString* module_specifier) {
624 const AstRawString* import_name,
625 const AstRawString* module_specifier, Scope* scope, int pos)
631 const AstRawString* import_name_;
632 const AstRawString* module_specifier_;
684 IterationStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
716 DoWhileStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
745 WhileStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
784 ForStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
824 ForEachStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
869 ForInStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
935 ForOfStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
1127 SwitchStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos)
1341 const AstRawString* AsRawPropertyName() {
1633 RegExpLiteral(Zone* zone, const AstRawString* pattern, int flags,
1642 const AstRawString* const pattern_;
1727 const AstRawString* raw_name() const {
1779 VariableProxy(Zone* zone, const AstRawString* name,
1795 const AstRawString* raw_name_; // if !is_resolved_
2800 const AstRawString* raw_name() const { return raw_name_; }
2801 void set_raw_name(const AstRawString* name) {
2841 ClassLiteral(Zone* zone, const AstRawString* name, Scope* scope,
2859 const AstRawString* raw_name_;
2878 NativeFunctionLiteral(Zone* zone, const AstRawString* name,
2883 const AstRawString* name_;
3116 const AstRawString* import_name,
3117 const AstRawString* module_specifier,
3130 Block* NewBlock(ZoneList<const AstRawString*>* labels, int capacity,
3137 NodeType* New##NodeType(ZoneList<const AstRawString*>* labels, int pos) { \
3147 ZoneList<const AstRawString*>* labels,
3225 Literal* NewStringLiteral(const AstRawString* string, int pos) {
3293 RegExpLiteral* NewRegExpLiteral(const AstRawString* pattern, int flags,
3321 VariableProxy* NewVariableProxy(const AstRawString* name,
3441 const AstRawString* name, Scope* scope, ZoneList<Statement*>* body,
3455 ClassLiteral* NewClassLiteral(const AstRawString* name, Scope* scope,
3465 NativeFunctionLiteral* NewNativeFunctionLiteral(const AstRawString* name,