Sha256: 950f61b098e70569f8bf7b5eef66f5d080073f8bef53beaa66de8f99c92c227a
Contents?: true
Size: 294 Bytes
Versions: 17
Compression:
Stored size: 294 Bytes
Contents
// 22.1.3.31 Array.prototype[@@unscopables] var UNSCOPABLES = require('./$.wks')('unscopables') , ArrayProto = Array.prototype; if(ArrayProto[UNSCOPABLES] == undefined)require('./$.hide')(ArrayProto, UNSCOPABLES, {}); module.exports = function(key){ ArrayProto[UNSCOPABLES][key] = true; };
Version data entries
17 entries across 17 versions & 7 rubygems