Lines Matching refs:JSAPIHashSet
36 JSAPIHashSet *CreateHashSet() in CreateHashSet()
41 …void Update(JSHandle<JSAPIHashSet>& hashSet, JSMutableHandle<JSTaggedValue> value, std::string& my… in Update()
48 JSAPIHashSet::Add(thread, hashSet, value); in Update()
56 JSAPIHashSet *set = CreateHashSet(); in HWTEST_F_L0()
64 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
80 JSAPIHashSet::Add(thread, hashSet, hole); in HWTEST_F_L0()
94 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
102 …[[maybe_unused]] JSTaggedValue rvalue = JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue… in HWTEST_F_L0()
125 JSTaggedValue exceptionValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue::Hole()); in HWTEST_F_L0()
135 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
138 JSTaggedValue emptyValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue(0)); in HWTEST_F_L0()
145 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
149 JSTaggedValue nonExistentValue = JSAPIHashSet::Remove(thread, hashSet, JSTaggedValue(0)); in HWTEST_F_L0()
155 JSAPIHashSet::Remove(thread, hashSet, value.GetTaggedValue()); in HWTEST_F_L0()
177 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
189 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
194 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()
230 JSHandle<JSAPIHashSet> hashSet(thread, CreateHashSet()); in HWTEST_F_L0()
237 JSAPIHashSet::Add(thread, hashSet, value); in HWTEST_F_L0()