Page MenuHomeSoftware Heritage

function-bind-native.js
No OneTemporary

function-bind-native.js

var fails = require('../internals/fails');
module.exports = !fails(function () {
// eslint-disable-next-line es/no-function-prototype-bind -- safe
var test = (function () { /* empty */ }).bind();
// eslint-disable-next-line no-prototype-builtins -- safe
return typeof test != 'function' || test.hasOwnProperty('prototype');
});

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 4, 11:13 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3363057

Event Timeline