Lines Matching refs:JSAPITreeSet
47 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(obj);
88 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
89 JSAPITreeSet::Add(thread, set, value);
111 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
113 return GetTaggedBoolean(JSAPITreeSet::Delete(thread, set, key));
134 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
136 bool flag = JSAPITreeSet::Has(thread, JSHandle<JSAPITreeSet>::Cast(set), key);
158 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
179 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
200 JSAPITreeSet::Clear(thread, JSHandle<JSAPITreeSet>::Cast(self));
221 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
244 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
267 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
268 return JSAPITreeSet::PopFirst(thread, set);
288 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
289 return JSAPITreeSet::PopLast(thread, set);
308 JSHandle<JSAPITreeSet> set = JSHandle<JSAPITreeSet>::Cast(self);
361 JSHandle<JSAPITreeSet> tset = JSHandle<JSAPITreeSet>::Cast(self);
409 int count = JSHandle<JSAPITreeSet>::Cast(self)->GetSize();