Searched refs:pointColorArg (Results 1 – 1 of 1) sorted by relevance
215 Local<JSValueRef> pointColorArg = runtimeCallInfo->GetCallArgRef(INDEX_ARGUMENT_3); in SetSwitchStyle() local234 if (pointColorArg->IsNull() || pointColorArg->IsUndefined() || in SetSwitchStyle()235 !ArkTSUtils::ParseJsColorAlpha(vm, pointColorArg, pointColor)) { in SetSwitchStyle()