mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
LibJS: Stop propagating small OOM errors from Intl.MathematicalValue
This commit is contained in:
parent
746ce6f9a1
commit
30a812b77b
3 changed files with 25 additions and 27 deletions
|
@ -80,7 +80,7 @@ public:
|
|||
|
||||
bool modulo_is_zero(Checked<i32> mod) const;
|
||||
|
||||
ThrowCompletionOr<int> logarithmic_floor(VM&) const;
|
||||
int logarithmic_floor() const;
|
||||
|
||||
bool is_equal_to(MathematicalValue const&) const;
|
||||
bool is_less_than(MathematicalValue const&) const;
|
||||
|
@ -89,7 +89,7 @@ public:
|
|||
bool is_positive() const;
|
||||
bool is_zero() const;
|
||||
|
||||
ThrowCompletionOr<String> to_string(VM&) const;
|
||||
String to_string() const;
|
||||
Value to_value(VM&) const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue