DIR: /proc/1784574/task/1784574/root/usr/share/node_modules/core-js/internals/ |
Current File : //proc/1784574/task/1784574/root/usr/share/node_modules/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]); }; |