Sha256: 4d6d720606467f24b04d834235a771df3fcd1ea95dd06b517ba4222189ea17e5

Contents?: true

Size: 251 Bytes

Versions: 9

Compression:

Stored size: 251 Bytes

Contents

var global = require('../internals/global');
var bind = require('../internals/bind-context');

var call = Function.call;

module.exports = function (CONSTRUCTOR, METHOD, length) {
  return bind(call, global[CONSTRUCTOR].prototype[METHOD], length);
};

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/core-js/internals/entry-unbind.js
disco_app-0.18.2 test/dummy/node_modules/core-js/internals/entry-unbind.js
jester-data-8.0.0 node_modules/core-js/internals/entry-unbind.js
ezii-os-5.2.1 node_modules/core-js/internals/entry-unbind.js
ezii-os-2.0.1 node_modules/core-js/internals/entry-unbind.js
ezii-os-1.1.0 node_modules/core-js/internals/entry-unbind.js
ezii-os-1.0.0 node_modules/core-js/internals/entry-unbind.js
ezii-os-0.0.0.1.0 node_modules/core-js/internals/entry-unbind.js
ezii-os-0.0.0.0.1 node_modules/core-js/internals/entry-unbind.js