Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containershashmapsetall_fuzzer/
Dcontainershashmapsetall_fuzzer.cpp105 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(thread); in ContainersHashMapSetAllFuzzTest() local
108 callInfo1->SetThis(dMap.GetTaggedValue()); in ContainersHashMapSetAllFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containershashmapforeach_fuzzer/
Dcontainershashmapforeach_fuzzer.cpp104 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(thread); in ContainersHashMapForEachFuzzTest() local
109 callInfo1->SetCallArg(1, dMap.GetTaggedValue()); in ContainersHashMapForEachFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp534 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(); in HWTEST_F_L0() local
538 callInfo->SetThis(dMap.GetTaggedValue()); in HWTEST_F_L0()
544 EXPECT_EQ(dMap->GetSize(), NODE_NUMBERS); in HWTEST_F_L0()
549 callInfo->SetThis(dMap.GetTaggedValue()); in HWTEST_F_L0()
584 callInfo->SetThis(dMap.GetTaggedValue()); in HWTEST_F_L0()
590 EXPECT_EQ(dMap->GetSize(), NODE_NUMBERS * 2); in HWTEST_F_L0()
599 callInfo->SetThis(dMap.GetTaggedValue()); in HWTEST_F_L0()
607 EXPECT_EQ(dMap->GetSize(), 2 * NODE_NUMBERS); in HWTEST_F_L0()
833 JSHandle<JSAPIHashMap> dMap = CreateJSAPIHashMap(); in HWTEST_F_L0() local
841 callInfo->SetCallArg(1, dMap.GetTaggedValue()); in HWTEST_F_L0()
[all …]