Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds