| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_linked_list.h | 40 static JSTaggedValue RemoveFirst(EcmaRuntimeCallInfo *argv);
|
| D | containers_linked_list.cpp | 383 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()
|
| D | containers_private.cpp | 1028 …etFrozenFunction(thread, linkedListFuncPrototype, "removeFirst", ContainersLinkedList::RemoveFirst, in InitializeLinkedList()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_linked_list.h | 49 static JSTaggedValue RemoveFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list);
|
| D | js_api_linked_list.cpp | 70 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/ |
| D | containers_linked_list_test.cpp | 273 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/ |
| D | tagged_list.h | 194 JSTaggedValue RemoveFirst(JSThread *thread);
|
| D | tagged_list.cpp | 660 JSTaggedValue TaggedDoubleList::RemoveFirst(JSThread *thread) in RemoveFirst() function in panda::ecmascript::TaggedDoubleList
|
| D | runtime_call_id.h | 1046 V(LinkedList, RemoveFirst) \
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_linked_list_test.cpp | 234 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/ |
| D | containerslinkedlistcommon_fuzzer.h | 504 containers::ContainersLinkedList::RemoveFirst(callInfo); in ContainersLinkedListRemoveFirstFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 984 reinterpret_cast<uintptr_t>(LinkedList::RemoveFirst),
|