source:
trip-planner-front/node_modules/core-js/internals/entry-unbind.js@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 260 bytes |
Line | |
---|---|
1 | var global = require('../internals/global'); |
2 | var bind = require('../internals/function-bind-context'); |
3 | |
4 | var call = Function.call; |
5 | |
6 | module.exports = function (CONSTRUCTOR, METHOD, length) { |
7 | return bind(call, global[CONSTRUCTOR].prototype[METHOD], length); |
8 | }; |
Note:
See TracBrowser
for help on using the repository browser.