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.cpp387 JSTaggedValue ContainersLinkedList::RemoveFirst(EcmaRuntimeCallInfo *argv) in RemoveFirst() function in panda::ecmascript::containers::ContainersLinkedList
391 BUILTINS_API_TRACE(thread, LinkedList, RemoveFirst); in RemoveFirst()
404 JSTaggedValue lastValue = JSAPILinkedList::RemoveFirst(thread, jsAPILinkedList); in RemoveFirst()
Dcontainers_private.cpp1064 …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.cpp71 JSTaggedValue JSAPILinkedList::RemoveFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list) in RemoveFirst() function in panda::ecmascript::JSAPILinkedList
79 return doubleList->RemoveFirst(thread); in RemoveFirst()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_linked_list_test.cpp104 EXPECT_EQ(JSAPILinkedList::RemoveFirst(thread, toor), JSTaggedValue(0)); in HWTEST_F_L0()
141 JSAPILinkedList::RemoveFirst(thread, linkedList); in HWTEST_F_L0()
/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.h198 JSTaggedValue RemoveFirst(JSThread *thread);
Dtagged_list.cpp745 JSTaggedValue TaggedDoubleList::RemoveFirst(JSThread *thread) in RemoveFirst() function in panda::ecmascript::TaggedDoubleList
Druntime_call_id.h1214 V(LinkedList, RemoveFirst) \
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h545 containers::ContainersLinkedList::RemoveFirst(callInfo); in ContainersLinkedListRemoveFirstFuzzTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp982 reinterpret_cast<uintptr_t>(LinkedList::RemoveFirst),