Searched refs:ArrayListAdd (Results 1 – 2 of 2) sorted by relevance
115 JSTaggedValue ArrayListAdd(JSHandle<JSAPIArrayList> arrayList, JSTaggedValue value) in ArrayListAdd() function in panda::test::ContainersArrayListTest194 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0()235 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0()
82 void ArrayListAdd(JSThread* thread, JSHandle<JSAPIArrayList> arrayList, JSTaggedValue value) in ArrayListAdd() function