DIR: /proc/self/root/usr/share/nodejs/core-js-pure/internals/ |
Current File : //proc/self/root/usr/share/nodejs/core-js-pure/internals/function-call.js |
var NATIVE_BIND = require('../internals/function-bind-native'); var call = Function.prototype.call; module.exports = NATIVE_BIND ? call.bind(call) : function () { return call.apply(call, arguments); }; |