Home
last modified time | relevance | path

Searched defs:lastElement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp137 JSTaggedValue lastElement = deque->GetTail(thread); in GetLast() local
208 JSTaggedValue lastElement = deque->PopLast(thread); in PopLast() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp133 JSTaggedValue lastElement = elements->Get(thread, last); in PopLast() local