Home
last modified time | relevance | path

Searched refs:lastValue (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_linked_list.cpp404 JSTaggedValue lastValue = JSAPILinkedList::RemoveFirst(thread, jsAPILinkedList); in RemoveFirst() local
406 return lastValue; in RemoveFirst()
450 JSTaggedValue lastValue = JSAPILinkedList::RemoveLast(thread, jsAPILinkedList); in RemoveLast() local
452 return lastValue; in RemoveLast()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 30 milliseconds