mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Compile the NewBigInt bytecode instruction
This commit is contained in:
parent
d200361620
commit
2b65a80ecb
Notes:
sideshowbarker
2024-07-17 07:43:05 +09:00
Author: https://github.com/IdanHo
Commit: 2b65a80ecb
Pull-request: https://github.com/SerenityOS/serenity/pull/21648
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