Searched defs:AddFirst (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ | ||
| D | js_api_linked_list.cpp | 147 void JSAPILinkedList::AddFirst(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in AddFirst() function in panda::ecmascript::JSAPILinkedList |
| /arkcompiler/ets_runtime/ecmascript/containers/ | ||
| D | containers_linked_list.cpp | 71 JSTaggedValue ContainersLinkedList::AddFirst(EcmaRuntimeCallInfo *argv) in AddFirst() function in panda::ecmascript::containers::ContainersLinkedList |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | tagged_list.cpp | 611 JSTaggedValue TaggedDoubleList::AddFirst(const JSThread *thread, const JSHandle<TaggedDoubleList> &… in AddFirst() function in panda::ecmascript::TaggedDoubleList |