mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
LibJS: Port Value::to_bigint() to NonnullGCPtr
This commit is contained in:
parent
f345f72b55
commit
9279b0780d
5 changed files with 19 additions and 19 deletions
|
@ -374,7 +374,7 @@ public:
|
|||
ThrowCompletionOr<NonnullGCPtr<Object>> to_object(VM&) const;
|
||||
ThrowCompletionOr<Value> to_numeric(VM&) const;
|
||||
ThrowCompletionOr<Value> to_number(VM&) const;
|
||||
ThrowCompletionOr<BigInt*> to_bigint(VM&) const;
|
||||
ThrowCompletionOr<NonnullGCPtr<BigInt>> to_bigint(VM&) const;
|
||||
ThrowCompletionOr<i64> to_bigint_int64(VM&) const;
|
||||
ThrowCompletionOr<u64> to_bigint_uint64(VM&) const;
|
||||
ThrowCompletionOr<double> to_double(VM&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue