Home
last modified time | relevance | path

Searched refs: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
115 return firstElement; in GetFirst()
185 JSTaggedValue firstElement = deque->PopFirst(); in PopFirst() local
186 return firstElement; in PopFirst()
H A Dcontainers_vector.cpp734 JSTaggedValue firstElement = JSAPIVector::GetFirstElement(JSHandle<JSAPIVector>::Cast(self)); in GetFirstElement() local
735 return firstElement; in GetFirstElement()
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque.cpp115 JSTaggedValue firstElement = elements->Get(first); in PopFirst() local
119 return firstElement; in PopFirst()

Completed in 4 milliseconds