for (var i = 0; i < this.arguments.length; i++) {
        if (i > 0) {
            s += ", ";
        }
        s += this.arguments[i].toString();