• Home
  • Raw
  • Download

Lines Matching refs:JSThread

32 …static bool Add(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, const JSHandle<JSTagge…
33 static JSHandle<TaggedArray> CreateSlot(const JSThread *thread, const uint32_t capacity);
34 static void EnsureCapacity(const JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj,
36 …static void SizeCopy(const JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, uint32_t ca…
38 static bool AddAll(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj,
40 static bool Equal(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj,
42 …static void IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, int32_t…
43 static JSTaggedValue ToString(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj);
44 static JSTaggedValue ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle,
46 …static JSHandle<JSTaggedValue> GetIteratorObj(JSThread *thread, const JSHandle<JSAPILightWeightSet…
48 …void AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fromIndex, uint32_t to…
50 void Clear(JSThread *thread);
54 JSTaggedValue Remove(JSThread *thread, JSHandle<JSTaggedValue> &value);
55 bool Has(const JSThread *thread, const JSHandle<JSTaggedValue> &value);
58 bool RemoveAt(JSThread *thread, int32_t index);
59 void RemoveValue(const JSThread *thread, JSHandle<TaggedArray> &taggedArray,
62 int32_t GetIndexOf(const JSThread *thread, JSHandle<JSTaggedValue> &value);
64 … int32_t GetHashIndex(const JSThread *thread, const JSHandle<JSTaggedValue> &value, int32_t size);
65 uint32_t Hash(const JSThread *thread, JSTaggedValue key);
70 static void CheckAndCopyValues(const JSThread *thread, JSHandle<JSAPILightWeightSet> obj);