Home
last modified time | relevance | path

Searched defs:CreateArrayList (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_iterator_test.cpp32 JSAPIArrayList *CreateArrayList() in CreateArrayList() function in panda::test::JSAPIArrayListIteratorTest
Decma_container_common.h69 static JSAPIArrayList *CreateArrayList(JSThread *thread) in CreateArrayList() function
Djs_api_arraylist_test.cpp81 JSAPIArrayList *CreateArrayList() in CreateArrayList() function in panda::test::JSAPIArrayListTest
87 HWTEST_F_L0(JSAPIArrayListTest, CreateArrayList) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp95 void CreateArrayList(JSThread *thread, JSHandle<JSTaggedValue> &arrayVal) in CreateArrayList() function
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp246 static JSHandle<TaggedArray> CreateArrayList(JSThread *thread, std::vector<int32_t> vals, size_t ma… in CreateArrayList() function