mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
This commit is contained in:
parent
e87cea8248
commit
df181809fd
4 changed files with 6 additions and 5 deletions
|
@ -311,7 +311,7 @@ public:
|
|||
ThrowCompletionOr<Value> to_numeric(GlobalObject&) const;
|
||||
Value to_number(GlobalObject&) const;
|
||||
ThrowCompletionOr<BigInt*> to_bigint(GlobalObject&) const;
|
||||
i64 to_bigint_int64(GlobalObject&) const;
|
||||
ThrowCompletionOr<i64> to_bigint_int64(GlobalObject&) const;
|
||||
u64 to_bigint_uint64(GlobalObject&) const;
|
||||
double to_double(GlobalObject&) const;
|
||||
StringOrSymbol to_property_key(GlobalObject&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue