mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
LibJS: Remove js_bigint(Interpreter&, ...)
This commit is contained in:
parent
a61ede51e2
commit
adf0a537af
3 changed files with 3 additions and 9 deletions
|
@ -47,6 +47,5 @@ private:
|
|||
};
|
||||
|
||||
BigInt* js_bigint(Heap&, Crypto::SignedBigInteger);
|
||||
BigInt* js_bigint(Interpreter&, Crypto::SignedBigInteger);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue