Home
last modified time | relevance | path

Searched refs:newCount (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h179 inline void SetLargeStrCount(JSThread *thread, uint32_t newCount) in SetLargeStrCount() argument
181 Set(thread, LARGE_STRING_COUNT_INDEX, JSTaggedValue(newCount)); in SetLargeStrCount()
184 inline void SetConflictCount(JSThread *thread, uint32_t newCount) in SetConflictCount() argument
186 Set(thread, CONFLICT_COUNT_INDEX, JSTaggedValue(newCount)); in SetConflictCount()