7b1e08717cb4bd9065f161079270ce12fc61c351d15e550827432f13b6472a0ac0c5908489356734b501c980e407bfc627ac9ce2d4870449c0f7a27645fd78 317 B

12345678
  1. 'use strict';
  2. require('../../modules/es6.promise');
  3. require('../../modules/es7.promise.try');
  4. var $Promise = require('../../modules/_core').Promise;
  5. var $try = $Promise['try'];
  6. module.exports = { 'try': function (callbackfn) {
  7. return $try.call(typeof this === 'function' ? this : $Promise, callbackfn);
  8. } }['try'];