Searched refs:testMap (Results 1 – 3 of 3) sorted by relevance
186 const testMap = new Map([ constant199 const value = testMap.get(NaN);200 const result1 = testMap.has(NaN);201 const result2 = testMap.has();202 testMap.set(NaN, "value");203 testMap.set("key", "value1");204 testMap.set("key", "value2");213 testMap.forEach(5);219 testMap.forEach((value, key) => {
35 failures += check(testMap(), "Try to Array map function");296 function testMap(): int {
37 failures += check(testMap(), "Try to Array map function");334 function testMap(): int {