• Home
  • Raw
  • Download

Lines Matching refs:ZoneList

392   ZoneList<const AstRawString*>* labels() const { return labels_; }  in labels()
416 ZoneList<const AstRawString*>* labels_;
422 BreakableStatement(ZoneList<const AstRawString*>* labels, in BreakableStatement()
443 ZoneList<Statement*>* statements() { return &statements_; } in statements()
462 Block(Zone* zone, ZoneList<const AstRawString*>* labels, int capacity, in Block()
472 ZoneList<Statement*> statements_;
580 IterationStatement(ZoneList<const AstRawString*>* labels, int pos, in IterationStatement()
620 DoWhileStatement(ZoneList<const AstRawString*>* labels, int pos) in DoWhileStatement()
647 WhileStatement(ZoneList<const AstRawString*>* labels, int pos) in WhileStatement()
684 ForStatement(ZoneList<const AstRawString*>* labels, int pos) in ForStatement()
712 ForEachStatement(ZoneList<const AstRawString*>* labels, int pos, in ForEachStatement()
764 ForInStatement(ZoneList<const AstRawString*>* labels, int pos) in ForInStatement()
829 ForOfStatement(ZoneList<const AstRawString*>* labels, int pos) in ForOfStatement()
955 ZoneList<Statement*>* statements() const { return statements_; } in statements()
976 CaseClause(Expression* label, ZoneList<Statement*>* statements, int pos);
981 ZoneList<Statement*>* statements_;
989 void Initialize(Expression* tag, ZoneList<CaseClause*>* cases) { in Initialize()
995 ZoneList<CaseClause*>* cases() const { return cases_; } in cases()
1002 SwitchStatement(ZoneList<const AstRawString*>* labels, int pos) in SwitchStatement()
1008 ZoneList<CaseClause*>* cases_;
1385 ZoneList<Property*>* properties() const { return properties_; } in properties()
1468 ObjectLiteral(ZoneList<Property*>* properties, in ObjectLiteral()
1485 ZoneList<Property*>* properties_;
1552 ZoneList<Expression*>* values() const { return values_; } in values()
1590 ZoneList<Expression*>::iterator FirstSpread() const { in FirstSpread()
1594 ZoneList<Expression*>::iterator EndValue() const { return values_->end(); } in EndValue()
1612 ArrayLiteral(ZoneList<Expression*>* values, int first_spread_index, int pos) in ArrayLiteral()
1623 ZoneList<Expression*>* values_;
1831 ZoneList<Expression*>* arguments() const { return arguments_; } in arguments()
1920 Call(Expression* expression, ZoneList<Expression*>* arguments, int pos, in Call()
1944 ZoneList<Expression*>* arguments_;
1953 ZoneList<Expression*>* arguments() const { return arguments_; } in arguments()
1999 CallNew(Expression* expression, ZoneList<Expression*>* arguments, int pos) in CallNew()
2011 ZoneList<Expression*>* arguments_;
2026 ZoneList<Expression*>* arguments() const { return arguments_; } in arguments()
2050 ZoneList<Expression*>* arguments, int pos) in CallRuntime()
2054 CallRuntime(int context_index, ZoneList<Expression*>* arguments, int pos) in CallRuntime()
2065 ZoneList<Expression*>* arguments_;
2572 ZoneList<Statement*>* body() const { return body_; } in body()
2702 ZoneList<Statement*>* body, int expected_property_count, in FunctionLiteral()
2749 ZoneList<Statement*>* body_;
2786 ZoneList<Property*>* properties() const { return properties_; } in properties()
2813 FunctionLiteral* constructor, ZoneList<Property*>* properties, in ClassLiteral()
2832 ZoneList<Property*>* properties_;
3006 void VisitStatements(ZoneList<Statement*>* statements) { in VisitStatements()
3014 void VisitExpressions(ZoneList<Expression*>* expressions) { in VisitExpressions()
3174 Block* NewBlock(ZoneList<const AstRawString*>* labels, int capacity, in NewBlock()
3181 NodeType* New##NodeType(ZoneList<const AstRawString*>* labels, int pos) { \
3191 ZoneList<const AstRawString*>* labels, in STATEMENT_WITH_LABELS()
3205 ForOfStatement* NewForOfStatement(ZoneList<const AstRawString*>* labels, in NewForOfStatement()
3301 Expression* label, ZoneList<Statement*>* statements, int pos) { in NewCaseClause()
3340 ZoneList<ObjectLiteral::Property*>* properties, in NewObjectLiteral()
3365 ArrayLiteral* NewArrayLiteral(ZoneList<Expression*>* values, in NewArrayLiteral()
3370 ArrayLiteral* NewArrayLiteral(ZoneList<Expression*>* values, in NewArrayLiteral()
3396 Call* NewCall(Expression* expression, ZoneList<Expression*>* arguments,
3402 ZoneList<Expression*>* arguments, in NewCallNew()
3408 ZoneList<Expression*>* arguments, int pos) { in NewCallRuntime()
3413 ZoneList<Expression*>* arguments, int pos) { in NewCallRuntime()
3418 ZoneList<Expression*>* arguments, int pos) { in NewCallRuntime()
3496 ZoneList<Statement*>* body, int expected_property_count, in NewFunctionLiteral()
3513 ZoneList<Statement*>* body, in NewScriptOrEvalFunctionLiteral()
3534 ZoneList<ClassLiteral::Property*>* properties, in NewClassLiteral()