Lines Matching refs:JSAPIHashSet
61 JSAPIHashSet *CreateHashSet() in CreateHashSet()
81 …JSHandle<JSAPIHashSet> set(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), co… in CreateHashSet()
91 JSAPIHashSet *set = CreateHashSet(); in HWTEST_F_L0()
102 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
107 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
122 JSAPIHashSet::Add(thread, hashSet, hole); in HWTEST_F_L0()
138 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
143 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
150 …[[maybe_unused]] JSTaggedValue rvalue = JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue… in HWTEST_F_L0()
173 JSTaggedValue exceptionValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue::Hole()); in HWTEST_F_L0()
183 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
186 JSTaggedValue emptyValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue(0)); in HWTEST_F_L0()
193 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
197 JSTaggedValue nonExistentValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue(0)); in HWTEST_F_L0()
203 JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue()); in HWTEST_F_L0()
227 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
232 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
245 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
250 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
286 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
293 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()