Searched refs:ArrayListConstructor (Results 1 – 6 of 6) sorted by relevance
28 static JSTaggedValue ArrayListConstructor(EcmaRuntimeCallInfo *argv);
25 JSTaggedValue ContainersArrayList::ArrayListConstructor(EcmaRuntimeCallInfo *argv) in ArrayListConstructor() function in panda::ecmascript::containers::ContainersArrayList
282 … thread, prototype, ContainersArrayList::ArrayListConstructor, "ArrayList", FuncLength::ZERO)); in InitializeArrayList()
109 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList()162 HWTEST_F_L0(ContainersArrayListTest, ArrayListConstructor) in HWTEST_F_L0() argument173 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in HWTEST_F_L0()186 CONTAINERS_API_EXCEPTION_TEST(ContainersArrayList, ArrayListConstructor, objCallInfo); in HWTEST_F_L0()
77 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList()
716 reinterpret_cast<uintptr_t>(ArrayList::ArrayListConstructor),