mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
This commit is contained in:
parent
25849f8a6d
commit
56b2ae5ac0
46 changed files with 173 additions and 207 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020-2021, Linus Groh <linusg@serenityos.org>
|
||||
* Copyright (c) 2020-2022, Linus Groh <linusg@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -28,6 +28,6 @@ private:
|
|||
|
||||
BigInt* js_bigint(Heap&, Crypto::SignedBigInteger);
|
||||
BigInt* js_bigint(VM&, Crypto::SignedBigInteger);
|
||||
ThrowCompletionOr<BigInt*> number_to_bigint(GlobalObject&, Value);
|
||||
ThrowCompletionOr<BigInt*> number_to_bigint(VM&, Value);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue