Searched refs:argCachedCount (Results 1 – 2 of 2) sorted by relevance
356 Local<JSValueRef> argCachedCount = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetCachedCount() local360 if (!argCachedCount->IsUndefined()) { in SetCachedCount()361 ArkTSUtils::ParseJsInteger(vm, argCachedCount, value); in SetCachedCount()
504 Local<JSValueRef> argCachedCount = runtimeCallInfo->GetCallArgRef(NUM_1); in SetCachedCount() local508 if (!ArkTSUtils::ParseJsInteger(vm, argCachedCount, cachedCount) || cachedCount < 0) { in SetCachedCount()