Searched refs:mxsd (Results 1 – 1 of 1) sorted by relevance
538 … JSHandle<JSTaggedValue> mxsd = JSTaggedValue::GetProperty(thread, options, mxsdKey).GetValue(); in SetNumberFormatDigitOptions() local543 if (!mnsd->IsUndefined() || !mxsd->IsUndefined()) { in SetNumberFormatDigitOptions()550 mxsd = JSHandle<JSTaggedValue>(thread, in SetNumberFormatDigitOptions()551 …JSTaggedValue(JSLocale::DefaultNumberOption(thread, mxsd, mnsd->GetInt(), MAX_DIGITS, MAX_DIGITS))… in SetNumberFormatDigitOptions()555 intlObj->SetMaximumSignificantDigits(thread, mxsd); in SetNumberFormatDigitOptions()