mapArguments: function()

in xhpjs.js [52:54]


  mapArguments: function(args) {
    return args.map(this.mapArgument, this);
  },