Home
last modified time | relevance | path

Searched refs:RemoveFirst (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.h40 static JSTaggedValue RemoveFirst(EcmaRuntimeCallInfo *argv);
Dcontainers_linked_list.cpp383 JSTaggedValue ContainersLinkedList::RemoveFirst(EcmaRuntimeCallInfo *argv) in RemoveFirst() function in panda::ecmascript::containers::ContainersLinkedList
387 BUILTINS_API_TRACE(thread, LinkedList, RemoveFirst); in RemoveFirst()
400 JSTaggedValue lastValue = JSAPILinkedList::RemoveFirst(thread, jsAPILinkedList); in RemoveFirst()
Dcontainers_private.cpp1028 …etFrozenFunction(thread, linkedListFuncPrototype, "removeFirst", ContainersLinkedList::RemoveFirst, in InitializeLinkedList()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.h49 static JSTaggedValue RemoveFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list);
Djs_api_linked_list.cpp70 JSTaggedValue JSAPILinkedList::RemoveFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list) in RemoveFirst() function in panda::ecmascript::JSAPILinkedList
78 return doubleList->RemoveFirst(thread); in RemoveFirst()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_linked_list_test.cpp273 HWTEST_F_L0(ContainersLinkedListTest, RemoveFirst) in HWTEST_F_L0() argument
290 JSTaggedValue rvalue = ContainersLinkedList::RemoveFirst(callInfo); in HWTEST_F_L0()
556 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersLinkedList, RemoveFirst); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.h194 JSTaggedValue RemoveFirst(JSThread *thread);
Dtagged_list.cpp660 JSTaggedValue TaggedDoubleList::RemoveFirst(JSThread *thread) in RemoveFirst() function in panda::ecmascript::TaggedDoubleList
Druntime_call_id.h1046 V(LinkedList, RemoveFirst) \
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_linked_list_test.cpp234 EXPECT_EQ(JSAPILinkedList::RemoveFirst(thread, toor), JSTaggedValue(0)); in HWTEST_F_L0()
271 JSAPILinkedList::RemoveFirst(thread, linkedList); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h504 containers::ContainersLinkedList::RemoveFirst(callInfo); in ContainersLinkedListRemoveFirstFuzzTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp984 reinterpret_cast<uintptr_t>(LinkedList::RemoveFirst),