Sha256: 676d64bdf531f50c2022abc36dffcbb949a1468fcecab486659e89b724bb4d21
Contents?: true
Size: 260 Bytes
Versions: 17
Compression:
Stored size: 260 Bytes
Contents
var global = require('../internals/global'); var bind = require('../internals/function-bind-context'); var call = Function.call; module.exports = function (CONSTRUCTOR, METHOD, length) { return bind(call, global[CONSTRUCTOR].prototype[METHOD], length); };
Version data entries
17 entries across 16 versions & 6 rubygems