Lines Matching defs:hashSet
44 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(obj);
46 hashSet->SetTable(thread, hashSetArray);
47 hashSet->SetSize(0);
49 return hashSet.GetTaggedValue();
132 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(self);
133 JSAPIHashSet::Add(thread, hashSet, value);
157 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(self);
158 return JSAPIHashSet::Remove(thread, hashSet, key.GetTaggedValue());
274 JSHandle<JSAPIHashSet> hashSet = JSHandle<JSAPIHashSet>::Cast(thisHandle);
275 JSHandle<TaggedHashArray> table(thread, hashSet->GetTable());