"use strict"; var _slice = Array.prototype.slice; foob.add.apply(foob, [foo, bar].concat(_slice.call(numbers))); foob.test.add.apply(foob.test, [foo, bar].concat(_slice.call(numbers)));