Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp114 JSTaggedValue firstElement = deque->GetFront(thread); in GetFirst() local
185 JSTaggedValue firstElement = deque->PopFirst(thread); in PopFirst() local
Dcontainers_vector.cpp734 …JSTaggedValue firstElement = JSAPIVector::GetFirstElement(thread, JSHandle<JSAPIVector>::Cast(self… in GetFirstElement() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts360 const firstElement = this.elements.entries().next().value; constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp115 JSTaggedValue firstElement = elements->Get(thread, first); in PopFirst() local