Searched refs:countVal (Results 1 – 1 of 1) sorted by relevance
322 Local<JSValueRef> countVal = runtimeCallInfo->GetCallArgRef(NUM_2); in SetTextTimerOptions() local329 if (isCountDown && countVal->IsNumber()) { in SetTextTimerOptions()330 auto tempCount = countVal->ToNumber(vm)->Value(); in SetTextTimerOptions()