Home
last modified time | relevance | path

Searched defs:PopFirst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp88 JSTaggedValue JSAPITreeSet::PopFirst(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopFirst() function in panda::ecmascript::JSAPITreeSet
Djs_api_deque.cpp106 JSTaggedValue JSAPIDeque::PopFirst(JSThread *thread) in PopFirst() function in panda::ecmascript::JSAPIDeque
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_deque_test.cpp93 HWTEST_F_L0(JSAPIDequeTest, PopFirst) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp166 JSTaggedValue ContainersDeque::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() function in panda::ecmascript::containers::ContainersDeque
Dcontainers_treeset.cpp250 JSTaggedValue ContainersTreeSet::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() function in panda::ecmascript::containers::ContainersTreeSet
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_deque_test.cpp220 HWTEST_F_L0(ContainersDequeTest, PopFirst) in HWTEST_F_L0() argument