1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

LibJS: Remove last use of DeprecatedString from Intl.MathematicalValue

This commit is contained in:
Timothy Flynn 2023-01-27 15:45:50 -05:00 committed by Linus Groh
parent a65bf16cd5
commit a824e1ac6a
3 changed files with 10 additions and 9 deletions

View file

@ -79,7 +79,7 @@ public:
bool modulo_is_zero(Checked<i32> mod) const;
int logarithmic_floor() const;
ThrowCompletionOr<int> logarithmic_floor(VM&) const;
bool is_equal_to(MathematicalValue const&) const;
bool is_less_than(MathematicalValue const&) const;