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:
parent
a65bf16cd5
commit
a824e1ac6a
3 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue