Searched refs:newCount (Results 1 – 1 of 1) sorted by relevance
179 inline void SetLargeStrCount(JSThread *thread, uint32_t newCount) in SetLargeStrCount() argument181 Set(thread, LARGE_STRING_COUNT_INDEX, JSTaggedValue(newCount)); in SetLargeStrCount()184 inline void SetConflictCount(JSThread *thread, uint32_t newCount) in SetConflictCount() argument186 Set(thread, CONFLICT_COUNT_INDEX, JSTaggedValue(newCount)); in SetConflictCount()