Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.cpp322 Local<JSValueRef> countVal = runtimeCallInfo->GetCallArgRef(NUM_2); in SetTextTimerOptions() local
329 if (isCountDown && countVal->IsNumber()) { in SetTextTimerOptions()
330 auto tempCount = countVal->ToNumber(vm)->Value(); in SetTextTimerOptions()