Searched refs:isCountDownVal (Results 1 – 1 of 1) sorted by relevance
321 Local<JSValueRef> isCountDownVal = runtimeCallInfo->GetCallArgRef(NUM_1); in SetTextTimerOptions() local327 if (isCountDownVal->IsBoolean()) { in SetTextTimerOptions()328 isCountDown = isCountDownVal->BooleaValue(vm); in SetTextTimerOptions()