Searched refs:RemoveLast (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_linked_list.h | 42 static JSTaggedValue RemoveLast(EcmaRuntimeCallInfo *argv);
|
H A D | containers_linked_list.cpp | 433 JSTaggedValue ContainersLinkedList::RemoveLast(EcmaRuntimeCallInfo *argv) in RemoveLast() function in panda::ecmascript::containers::ContainersLinkedList 437 BUILTINS_API_TRACE(thread, LinkedList, RemoveLast); in RemoveLast() 450 JSTaggedValue lastValue = JSAPILinkedList::RemoveLast(thread, jsAPILinkedList); in RemoveLast()
|
H A D | containers_private.cpp | 1102 SetFrozenFunction(thread, linkedListFuncPrototype, "removeLast", ContainersLinkedList::RemoveLast, FuncLength::ONE); in InitializeLinkedList()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_linked_list.h | 50 static JSTaggedValue RemoveLast(JSThread *thread, const JSHandle<JSAPILinkedList> &list);
|
H A D | js_api_linked_list.cpp | 76 JSTaggedValue JSAPILinkedList::RemoveLast(JSThread *thread, const JSHandle<JSAPILinkedList> &list) in RemoveLast() function in panda::ecmascript::JSAPILinkedList 84 return doubleList->RemoveLast(thread); in RemoveLast()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_linked_list_test.cpp | 109 EXPECT_EQ(JSAPILinkedList::RemoveLast(thread, toor), JSTaggedValue(19)); in HWTEST_F_L0() 144 JSAPILinkedList::RemoveLast(thread, linkedList); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_linked_list_test.cpp | 310 HWTEST_F_L0(ContainersLinkedListTest, RemoveLast) in HWTEST_F_L0() 327 JSTaggedValue rvalue = ContainersLinkedList::RemoveLast(callInfo); in HWTEST_F_L0() 558 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersLinkedList, RemoveLast); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_list.h | 199 JSTaggedValue RemoveLast(JSThread *thread);
|
H A D | tagged_list.cpp | 753 JSTaggedValue TaggedDoubleList::RemoveLast(JSThread *thread) in RemoveLast() function in panda::ecmascript::TaggedDoubleList
|
H A D | runtime_call_id.h | 1219 V(LinkedList, RemoveLast) \
|
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
H A D | containerslinkedlistcommon_fuzzer.h | 575 containers::ContainersLinkedList::RemoveLast(callInfo); in ContainersLinkedListRemoveLastFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 983 reinterpret_cast<uintptr_t>(LinkedList::RemoveLast),
|
Completed in 15 milliseconds