DIR: /proc/1780863/root/usr/share/nodejs/core-js/internals/ |
Current File : //proc/1780863/root/usr/share/nodejs/core-js/internals/entry-unbind.js |
var global = require('../internals/global'); var uncurryThis = require('../internals/function-uncurry-this'); module.exports = function (CONSTRUCTOR, METHOD) { return uncurryThis(global[CONSTRUCTOR].prototype[METHOD]); }; |