Searched refs:cacheCountArg (Results 1 – 1 of 1) sorted by relevance
181 Local<JSValueRef> cacheCountArg = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_1); in SetCachedCount() local187 if (!cacheCountArg->IsUndefined()) { in SetCachedCount()188 ArkTSUtils::ParseJsInteger(vm, cacheCountArg, cacheCount); in SetCachedCount()