1'use strict'; 2 3var bind = require('function-bind'); 4 5module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty); 6