es6.function.bind.js 161 B

1234
  1. // 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)
  2. var $export = require('./_export');
  3. $export($export.P, 'Function', {bind: require('./_bind')});