Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_linked_list.h43 static JSTaggedValue RemoveLastFound(EcmaRuntimeCallInfo *argv);
H A Dcontainers_linked_list.cpp455 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 Dcontainers_private.cpp1108 SetFrozenFunction(thread, linkedListFuncPrototype, "removeLastFound", ContainersLinkedList::RemoveLastFound, in InitializeLinkedList()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_linked_list.h54 static JSTaggedValue RemoveLastFound(JSThread *thread, JSHandle<JSAPILinkedList> &list,
H A Djs_api_linked_list.cpp128 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 Dtagged_list.h189 static JSTaggedValue RemoveLastFound(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedList,
H A Dtagged_list.cpp795 JSTaggedValue TaggedDoubleList::RemoveLastFound(JSThread *thread, const JSHandle<TaggedDoubleList> &taggedList, in RemoveLastFound() function in panda::ecmascript::TaggedDoubleList
H A Druntime_call_id.h1221 V(LinkedList, RemoveLastFound) \
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_linked_list_test.cpp340 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 Djs_api_linked_list_test.cpp130 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 Dcontainerslinkedlistcommon_fuzzer.h637 containers::ContainersLinkedList::RemoveLastFound(callInfo); in ContainersLinkedListRemoveLastFoundFuzzTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp985 reinterpret_cast<uintptr_t>(LinkedList::RemoveLastFound),

Completed in 21 milliseconds