Searched defs:InsertFront (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ | ||
D | containers_deque.cpp | 53 JSTaggedValue ContainersDeque::InsertFront(EcmaRuntimeCallInfo *argv) in InsertFront() function in panda::ecmascript::containers::ContainersDeque |
/arkcompiler/ets_runtime/ecmascript/js_api/ | ||
D | js_api_deque.cpp | 33 void JSAPIDeque::InsertFront(JSThread *thread, const JSHandle<JSAPIDeque> &deque, const JSHandle<JS… in InsertFront() function in panda::ecmascript::JSAPIDeque |