mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
LibJS: Compile the NewBigInt bytecode instruction
This commit is contained in:
parent
d200361620
commit
2b65a80ecb
3 changed files with 20 additions and 0 deletions
|
@ -256,6 +256,8 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
Crypto::SignedBigInteger const& bigint() const { return m_bigint; }
|
||||
|
||||
private:
|
||||
Crypto::SignedBigInteger m_bigint;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue