asd/asd-pc/node_modules/core-js/internals/entry-unbind.js
愉快的大福 eb8378e551 init
2024-11-21 11:06:22 +08:00

7 lines
225 B
JavaScript

var global = require('../internals/global');
var uncurryThis = require('../internals/function-uncurry-this');
module.exports = function (CONSTRUCTOR, METHOD) {
return uncurryThis(global[CONSTRUCTOR].prototype[METHOD]);
};