Searched defs:PopFirst (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ | ||
| D | js_api_tree_set.cpp | 80 JSTaggedValue JSAPITreeSet::PopFirst(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopFirst() function in panda::ecmascript::JSAPITreeSet |
| D | js_api_deque.cpp | 112 JSTaggedValue JSAPIDeque::PopFirst() in PopFirst() function in panda::ecmascript::JSAPIDeque |
| /arkcompiler/ets_runtime/ecmascript/containers/ | ||
| D | containers_deque.cpp | 173 JSTaggedValue ContainersDeque::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() function in panda::ecmascript::containers::ContainersDeque |
| D | containers_treeset.cpp | 265 JSTaggedValue ContainersTreeSet::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() function in panda::ecmascript::containers::ContainersTreeSet |
| /arkcompiler/ets_runtime/ecmascript/tests/ | ||
| D | js_api_deque_test.cpp | 139 HWTEST_F_L0(JSAPIDequeTest, PopFirst) in HWTEST_F_L0() argument |
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ | ||
| D | containers_deque_test.cpp | 219 HWTEST_F_L0(ContainersDequeTest, PopFirst) in HWTEST_F_L0() argument |