mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 21:57:18 +00:00
LibJS: Implement bytecode generation for BigInts
This commit is contained in:
parent
0975e08285
commit
50ece3dd1b
Notes:
sideshowbarker
2024-07-18 12:38:29 +09:00
Author: https://github.com/gunnarbeutner
Commit: 50ece3dd1b
Pull-request: https://github.com/SerenityOS/serenity/pull/7909
Reviewed-by: https://github.com/linusg
5 changed files with 38 additions and 0 deletions
|
@ -660,6 +660,7 @@ public:
|
|||
|
||||
virtual Value execute(Interpreter&, GlobalObject&) const override;
|
||||
virtual void dump(int indent) const override;
|
||||
virtual Optional<Bytecode::Register> generate_bytecode(Bytecode::Generator&) const override;
|
||||
|
||||
private:
|
||||
String m_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue