mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibJS: Return a GC::Ref from the NumberToBigInt AO
All callers currently handle this without needing any further changes.
This commit is contained in:
parent
39c500ec7c
commit
1675f40e29
Notes:
github-actions[bot]
2024-11-25 12:34:34 +00:00
Author: https://github.com/trflynn89
Commit: 1675f40e29
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2557
Reviewed-by: https://github.com/shannonbooth ✅
2 changed files with 3 additions and 3 deletions
|
@ -35,6 +35,6 @@ private:
|
|||
Crypto::SignedBigInteger m_big_integer;
|
||||
};
|
||||
|
||||
ThrowCompletionOr<BigInt*> number_to_bigint(VM&, Value);
|
||||
ThrowCompletionOr<GC::Ref<BigInt>> number_to_bigint(VM&, Value);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue