Home
last modified time | relevance | path

Searched defs:firstElement (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp114 JSTaggedValue firstElement = deque->GetFront(); in GetFirst() local
185 JSTaggedValue firstElement = deque->PopFirst(thread); in PopFirst() local
Dcontainers_vector.cpp734 JSTaggedValue firstElement = JSAPIVector::GetFirstElement(JSHandle<JSAPIVector>::Cast(self)); in GetFirstElement() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp115 JSTaggedValue firstElement = elements->Get(first); in PopFirst() local