Home
last modified time | relevance | path

Searched refs:dset (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerstreesetforeach_fuzzer/
H A Dcontainerstreesetforeach_fuzzer.cpp116 JSHandle<JSAPITreeSet> dset = CreateJSAPITreeSet(thread); in ContainersTreeSetForEachFuzzTest() local
123 objCallInfo->SetCallArg(1, dset.GetTaggedValue()); in ContainersTreeSetForEachFuzzTest()
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_lightweightset.js68 let dset = new fastset();
69 let dProxy = new Proxy(dset, {});
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_treeset_test.cpp928 JSHandle<JSAPITreeSet> dset = CreateJSAPITreeSet(); in HWTEST_F_L0() local
936 callInfo->SetCallArg(1, dset.GetTaggedValue()); in HWTEST_F_L0()
943 EXPECT_EQ(dset->GetSize(), NODE_NUMBERS / 2); in HWTEST_F_L0()
948 callInfo->SetThis(dset.GetTaggedValue()); in HWTEST_F_L0()
983 callInfo->SetCallArg(1, dset.GetTaggedValue()); in HWTEST_F_L0()
989 EXPECT_EQ(dset->GetSize(), NODE_NUMBERS + 2); in HWTEST_F_L0()
997 callInfo->SetThis(dset.GetTaggedValue()); in HWTEST_F_L0()

Completed in 5 milliseconds