Home
last modified time | relevance | path

Searched refs:arrayElement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h808 … JSHandle<TaggedArray> arrayElement = factory->NewTaggedArray(ELEMENT_NUMS, JSTaggedValue::Hole()); in ContainersVectorCopyToArrayFuzzTest() local
809 array->SetElements(thread, arrayElement); in ContainersVectorCopyToArrayFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp601 … JSHandle<TaggedArray> arrayElement = factory->NewTaggedArray(ELEMENT_NUMS, JSTaggedValue::Hole()); in HWTEST_F_L0() local
602 array->SetElements(thread, arrayElement); in HWTEST_F_L0()