Home
last modified time | relevance | path

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

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