Home
last modified time | relevance | path

Searched refs:cacheCountArg (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_list_bridge.cpp181 Local<JSValueRef> cacheCountArg = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_1); in SetCachedCount() local
187 if (!cacheCountArg->IsUndefined()) { in SetCachedCount()
188 ArkTSUtils::ParseJsInteger(vm, cacheCountArg, cacheCount); in SetCachedCount()