mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibJS: Add a NewObject bytecode instruction for ObjectExpression :^)
This commit is contained in:
parent
f2863b5a89
commit
bea6e31ddc
Notes:
sideshowbarker
2024-07-18 12:42:20 +09:00
Author: https://github.com/awesomekling
Commit: bea6e31ddc
4 changed files with 38 additions and 0 deletions
|
@ -1040,6 +1040,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:
|
||||
NonnullRefPtrVector<ObjectProperty> m_properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue