Lines Matching refs:set
134 lightWeightMap.set("squirrel", 123);
135 lightWeightMap.set("sparrow", 356);
137 map.set("sparrow", 356);
176 lightWeightMap.set("squirrel", 123);
215 lightWeightMap.set("squirrel", 123);
285 lightWeightMap.set("squirrel", 123);
286 lightWeightMap.set("sparrow", 356);
325 lightWeightMap.set("squirrel", 123);
326 lightWeightMap.set("sparrow", 356);
365 lightWeightMap.set("squirrel", 123);
366 lightWeightMap.set("sparrow", 356);
407 lightWeightMap.set("squirrel", 123);
408 lightWeightMap.set("sparrow", 356);
442 lightWeightMap.set("squirrel", 123);
443 lightWeightMap.set("sparrow", 356);
449 ### set subsection
450 set(key: K, value: V): Object
477 | 10200011 | The set method cannot be bound. |
483 let result = lightWeightMap.set("squirrel", 123);
521 lightWeightMap.set("squirrel", 123);
522 lightWeightMap.set("sparrow", 356);
562 lightWeightMap.set("squirrel", 123);
563 lightWeightMap.set("sparrow", 356);
605 lightWeightMap.set("squirrel", 123);
606 lightWeightMap.set("sparrow", 356);
647 lightWeightMap.set("squirrel", 123);
648 lightWeightMap.set("sparrow", 356);
675 lightWeightMap.set("squirrel", 123);
676 lightWeightMap.set("sparrow", 356);
709 lightWeightMap.set("squirrel", 123);
710 lightWeightMap.set("sparrow", 356);
748 lightWeightMap.set("squirrel", 123);
749 lightWeightMap.set("sparrow", 356);
796 lightWeightMap.set("sparrow", 123);
797 lightWeightMap.set("gull", 357);
803 // 不建议在forEach中使用set、setValueAt、remove、removeAt方法,会导致死循环等不可预知的风险,可使用for循环来进行插入和删除。
806 lightWeightMap.set("sparrow" + i, 123);
841 lightWeightMap.set("squirrel", 123);
842 lightWeightMap.set("sparrow", 356);
852 // 不建议在entries中使用set、setValueAt、remove、removeAt方法,会导致死循环等不可预知的风险,可使用for循环来进行插入和删除。
855 lightWeightMap.set("sparrow" + i, 123);
890 lightWeightMap.set("squirrel", 123);
891 lightWeightMap.set("sparrow", 356);
923 lightWeightMap.set("squirrel", 123);
924 lightWeightMap.set("sparrow", 356);
947 // 不建议在Symbol.iterator中使用set、setValueAt、remove、removeAt方法,会导致死循环等不可预知的风险,可使用for循环来进行插入和删除。
950 lightWeightMap.set("sparrow" + i, 123);