Page MenuHomeSoftware Heritage

function-call.js
No OneTemporary

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);
};

File Metadata

Mime Type
text/plain
Expires
Jul 4 2025, 6:35 PM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3301306

Event Timeline