d422793c98b07c2ad0135ee5e729e679516d4cd31a0184b66fde21b391c549c5eb553f9e49aa05c3f9a1b465e8069460aa7bbba68a6e526452dce9b7351865 297 B

1234567
  1. // 22.1.3.31 Array.prototype[@@unscopables]
  2. var UNSCOPABLES = require('./_wks')('unscopables');
  3. var ArrayProto = Array.prototype;
  4. if (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});
  5. module.exports = function (key) {
  6. ArrayProto[UNSCOPABLES][key] = true;
  7. };