Home
last modified time | relevance | path

Searched defs:InsertFront (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp53 JSTaggedValue ContainersDeque::InsertFront(EcmaRuntimeCallInfo *argv) in InsertFront() function in panda::ecmascript::containers::ContainersDeque
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque.cpp33 void JSAPIDeque::InsertFront(JSThread *thread, const JSHandle<JSAPIDeque> &deque, const JSHandle<JS… in InsertFront() function in panda::ecmascript::JSAPIDeque