Searched refs:paramArg (Results 1 – 1 of 1) sorted by relevance
48 Local<JSValueRef> paramArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetFontColor() local51 if (!ArkTSUtils::ParseJsColorAlpha(vm, paramArg, color)) { in SetFontColor()102 Local<JSValueRef> paramArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetFontStyle() local104 if (paramArg->IsNumber()) { in SetFontStyle()105 uint32_t fontStyle = paramArg->Uint32Value(vm); in SetFontStyle()