Searched defs:PopLast (Results 1 – 6 of 6) sorted by relevance
101 JSTaggedValue JSAPITreeSet::PopLast(JSThread *thread, const JSHandle<JSAPITreeSet> &set) in PopLast() function in panda::ecmascript::JSAPITreeSet
122 JSTaggedValue JSAPIDeque::PopLast(JSThread *thread) in PopLast() function in panda::ecmascript::JSAPIDeque
115 HWTEST_F_L0(JSAPIDequeTest, PopLast) in HWTEST_F_L0() argument
189 JSTaggedValue ContainersDeque::PopLast(EcmaRuntimeCallInfo *argv) in PopLast() function in panda::ecmascript::containers::ContainersDeque
271 JSTaggedValue ContainersTreeSet::PopLast(EcmaRuntimeCallInfo *argv) in PopLast() function in panda::ecmascript::containers::ContainersTreeSet
237 HWTEST_F_L0(ContainersDequeTest, PopLast) in HWTEST_F_L0() argument