Home
last modified time | relevance | path

Searched refs:ArrayListConstructor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.h28 static JSTaggedValue ArrayListConstructor(EcmaRuntimeCallInfo *argv);
Dcontainers_arraylist.cpp25 JSTaggedValue ContainersArrayList::ArrayListConstructor(EcmaRuntimeCallInfo *argv) in ArrayListConstructor() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_private.cpp282 … thread, prototype, ContainersArrayList::ArrayListConstructor, "ArrayList", FuncLength::ZERO)); in InitializeArrayList()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp109 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList()
162 HWTEST_F_L0(ContainersArrayListTest, ArrayListConstructor) in HWTEST_F_L0() argument
173 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in HWTEST_F_L0()
186 CONTAINERS_API_EXCEPTION_TEST(ContainersArrayList, ArrayListConstructor, objCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp77 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp716 reinterpret_cast<uintptr_t>(ArrayList::ArrayListConstructor),