Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp115 JSTaggedValue ArrayListAdd(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue value) in ArrayListAdd() function in panda::test::ContainersArrayListTest
194 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0()
235 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp82 void ArrayListAdd(JSThread* thread, JSHandle<JSAPIArrayList> arrayList, JSTaggedValue value) in ArrayListAdd() function