Searched defs:RemoveFirst (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ | ||
| D | js_api_linked_list.cpp | 65 JSTaggedValue JSAPILinkedList::RemoveFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list) in RemoveFirst() function in panda::ecmascript::JSAPILinkedList |
| /arkcompiler/ets_runtime/ecmascript/containers/ | ||
| D | containers_linked_list.cpp | 387 JSTaggedValue ContainersLinkedList::RemoveFirst(EcmaRuntimeCallInfo *argv) in RemoveFirst() function in panda::ecmascript::containers::ContainersLinkedList |
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ | ||
| D | containers_linked_list_test.cpp | 273 HWTEST_F_L0(ContainersLinkedListTest, RemoveFirst) in HWTEST_F_L0() argument |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | tagged_list.cpp | 745 JSTaggedValue TaggedDoubleList::RemoveFirst(JSThread *thread) in RemoveFirst() function in panda::ecmascript::TaggedDoubleList |