Searched refs:RemoveLastFound (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_linked_list.h | 43 static JSTaggedValue RemoveLastFound(EcmaRuntimeCallInfo *argv);
|
H A D | containers_linked_list.cpp | 455 JSTaggedValue ContainersLinkedList::RemoveLastFound(EcmaRuntimeCallInfo *argv) in RemoveLastFound() function in panda::ecmascript::containers::ContainersLinkedList 459 BUILTINS_API_TRACE(thread, LinkedList, RemoveLastFound); in RemoveLastFound() 473 JSTaggedValue result = JSAPILinkedList::RemoveLastFound(thread, jsAPILinkedList, element.GetTaggedValue()); in RemoveLastFound()
|
H A D | containers_private.cpp | 1108 SetFrozenFunction(thread, linkedListFuncPrototype, "removeLastFound", ContainersLinkedList::RemoveLastFound, in InitializeLinkedList()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_linked_list.h | 54 static JSTaggedValue RemoveLastFound(JSThread *thread, JSHandle<JSAPILinkedList> &list,
|
H A D | js_api_linked_list.cpp | 128 JSTaggedValue JSAPILinkedList::RemoveLastFound(JSThread *thread, JSHandle<JSAPILinkedList> &list, in RemoveLastFound() function in panda::ecmascript::JSAPILinkedList 137 return TaggedDoubleList::RemoveLastFound(thread, doubleList, element); in RemoveLastFound()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_list.h | 189 static JSTaggedValue RemoveLastFound(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedList,
|
H A D | tagged_list.cpp | 795 JSTaggedValue TaggedDoubleList::RemoveLastFound(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedList, in RemoveLastFound() function in panda::ecmascript::TaggedDoubleList
|
H A D | runtime_call_id.h | 1221 V(LinkedList, RemoveLastFound) \
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_linked_list_test.cpp | 340 JSTaggedValue rvalue = ContainersLinkedList::RemoveLastFound(callInfo); in HWTEST_F_L0() 559 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersLinkedList, RemoveLastFound); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_api_linked_list_test.cpp | 130 EXPECT_EQ(JSAPILinkedList::RemoveLastFound(thread, toor, value.GetTaggedValue()), JSTaggedValue::True()); in HWTEST_F_L0() 150 // test Remove and RemoveLastFound linkedlist whose nodeLength less than 0 in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
H A D | containerslinkedlistcommon_fuzzer.h | 637 containers::ContainersLinkedList::RemoveLastFound(callInfo); in ContainersLinkedListRemoveLastFoundFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 985 reinterpret_cast<uintptr_t>(LinkedList::RemoveLastFound),
|
Completed in 21 milliseconds