Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

1 riga
575 B

  1. {"ast":null,"code":"'use strict';\n\nvar strong = require('./_collection-strong');\n\nvar validate = require('./_validate-collection');\n\nvar SET = 'Set'; // 23.2 Set Objects\n\nmodule.exports = require('./_collection')(SET, function (get) {\n return function Set() {\n return get(this, arguments.length > 0 ? arguments[0] : undefined);\n };\n}, {\n // 23.2.3.1 Set.prototype.add(value)\n add: function add(value) {\n return strong.def(validate(this, SET), value = value === 0 ? 0 : value, value);\n }\n}, strong);","map":null,"metadata":{},"sourceType":"script"}