Home
last modified time | relevance | path

Searched refs:oldLightWeightMap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/
H A Dcontainerslightweightmapsetall_fuzzer.cpp103 JSHandle<JSAPILightWeightMap> oldLightWeightMap = CreateJSAPILightWeightMap(thread); in ContainersLightWeightMapSetAllFuzzTest() local
107 callInfo1->SetThis(oldLightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAllFuzzTest()
116 callInfo2->SetCallArg(0, oldLightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAllFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_lightweightmap_test.cpp342 JSHandle<JSAPILightWeightMap> oldLightWeightMap = CreateJSAPILightWeightMap(); in HWTEST_F_L0() local
346 callInfo->SetThis(oldLightWeightMap.GetTaggedValue()); in HWTEST_F_L0()
353 uint32_t length = oldLightWeightMap->GetLength(); in HWTEST_F_L0()
363 callInfo->SetCallArg(0, oldLightWeightMap.GetTaggedValue()); in HWTEST_F_L0()

Completed in 4 milliseconds