Home
last modified time | relevance | path

Searched defs:RemoveLast (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.cpp81 JSTaggedValue JSAPILinkedList::RemoveLast(JSThread *thread, const JSHandle<JSAPILinkedList> &list) in RemoveLast() function in panda::ecmascript::JSAPILinkedList
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_linked_list_test.cpp310 HWTEST_F_L0(ContainersLinkedListTest, RemoveLast) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp426 JSTaggedValue ContainersLinkedList::RemoveLast(EcmaRuntimeCallInfo *argv) in RemoveLast() function in panda::ecmascript::containers::ContainersLinkedList
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp669 JSTaggedValue TaggedDoubleList::RemoveLast(JSThread *thread) in RemoveLast() function in panda::ecmascript::TaggedDoubleList