Home
last modified time | relevance | path

Searched refs:RemoveLast (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_linked_list.h42 static JSTaggedValue RemoveLast(EcmaRuntimeCallInfo *argv);
H A Dcontainers_linked_list.cpp433 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 Dcontainers_private.cpp1102 SetFrozenFunction(thread, linkedListFuncPrototype, "removeLast", ContainersLinkedList::RemoveLast, FuncLength::ONE); in InitializeLinkedList()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_linked_list.h50 static JSTaggedValue RemoveLast(JSThread *thread, const JSHandle<JSAPILinkedList> &list);
H A Djs_api_linked_list.cpp76 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 Djs_api_linked_list_test.cpp109 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 Dcontainers_linked_list_test.cpp310 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 Dtagged_list.h199 JSTaggedValue RemoveLast(JSThread *thread);
H A Dtagged_list.cpp753 JSTaggedValue TaggedDoubleList::RemoveLast(JSThread *thread) in RemoveLast() function in panda::ecmascript::TaggedDoubleList
H A Druntime_call_id.h1219 V(LinkedList, RemoveLast) \
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
H A Dcontainerslinkedlistcommon_fuzzer.h575 containers::ContainersLinkedList::RemoveLast(callInfo); in ContainersLinkedListRemoveLastFuzzTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp983 reinterpret_cast<uintptr_t>(LinkedList::RemoveLast),

Completed in 15 milliseconds