DIR: /proc/1991111/root/usr/share/nodejs/core-js-pure/modules/ |
Current File : //proc/1991111/root/usr/share/nodejs/core-js-pure/modules/esnext.function.un-this.js |
var $ = require('../internals/export'); var uncurryThis = require('../internals/function-uncurry-this'); var aCallable = require('../internals/a-callable'); // `Function.prototype.unThis` method // https://github.com/js-choi/proposal-function-un-this $({ target: 'Function', proto: true, forced: true }, { unThis: function unThis() { return uncurryThis(aCallable(this)); } }); |