Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.cpp65 JSTaggedValue JSAPILinkedList::RemoveFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list) in RemoveFirst() function in panda::ecmascript::JSAPILinkedList
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp387 JSTaggedValue ContainersLinkedList::RemoveFirst(EcmaRuntimeCallInfo *argv) in RemoveFirst() function in panda::ecmascript::containers::ContainersLinkedList
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_linked_list_test.cpp273 HWTEST_F_L0(ContainersLinkedListTest, RemoveFirst) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp745 JSTaggedValue TaggedDoubleList::RemoveFirst(JSThread *thread) in RemoveFirst() function in panda::ecmascript::TaggedDoubleList