Searched refs:argColor (Results 1 – 2 of 2) sorted by relevance
478 Local<JSValueRef> argColor = runtimeCallInfo->GetCallArgRef(NUM_1); in SetScrollBarColor() local481 … if (!ArkTSUtils::ParseJsString(vm, argColor, color) || argColor->IsUndefined() || color.empty()) { in SetScrollBarColor()
530 Local<JSValueRef> argColor = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_1); in SetListScrollBarColor() local533 … if (!ArkTSUtils::ParseJsString(vm, argColor, color) || argColor->IsUndefined() || color.empty()) { in SetListScrollBarColor()