Home | History | Annotate | Download | only in src

Lines Matching refs:arguments

1570   ZoneList<Expression*>* arguments() const { return arguments_; }
1598 ZoneList<Expression*>* arguments,
1602 arguments_(arguments),
1629 ZoneList<Expression*>* arguments() const { return arguments_; }
1644 ZoneList<Expression*>* arguments,
1648 arguments_(arguments),
1667 // with a set of arguments. This is used from the builtins that are
1675 ZoneList<Expression*>* arguments() const { return arguments_; }
1684 ZoneList<Expression*>* arguments)
1688 arguments_(arguments) { }
2854 ZoneList<Expression*>* arguments,
2856 Call* call = new(zone_) Call(isolate_, expression, arguments, pos);
2861 ZoneList<Expression*>* arguments,
2863 CallNew* call = new(zone_) CallNew(isolate_, expression, arguments, pos);
2869 ZoneList<Expression*>* arguments) {
2871 new(zone_) CallRuntime(isolate_, name, function, arguments);