Searched refs:repeatCountValue (Results 1 – 1 of 1) sorted by relevance
296 napi_value repeatCountValue; in SetRepeatInfo() local297 napi_create_int32(env, cycleCount, &repeatCountValue); in SetRepeatInfo()298 napi_set_named_property(env, workInfoData, "repeatCount", repeatCountValue); in SetRepeatInfo()