Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.cpp356 Local<JSValueRef> argCachedCount = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetCachedCount() local
360 if (!argCachedCount->IsUndefined()) { in SetCachedCount()
361 ArkTSUtils::ParseJsInteger(vm, argCachedCount, value); in SetCachedCount()
H A Darkts_native_water_flow_bridge.cpp504 Local<JSValueRef> argCachedCount = runtimeCallInfo->GetCallArgRef(NUM_1); in SetCachedCount() local
508 if (!ArkTSUtils::ParseJsInteger(vm, argCachedCount, cachedCount) || cachedCount < 0) { in SetCachedCount()