Home
last modified time | relevance | path

Searched refs:testMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js186 const testMap = new Map([ constant
199 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) => {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
Dtest_core_typeduarray.j235 failures += check(testMap(), "Try to Array map function");
296 function testMap(): int {
Dtest_core_typedarray.j237 failures += check(testMap(), "Try to Array map function");
334 function testMap(): int {