mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibJS: Support object rest elements in the bytecode interpreter
This commit is contained in:
committed by
Andreas Kling
parent
57b9a228ab
commit
25baefdd1e
@@ -32,6 +32,7 @@
|
||||
O(IteratorToArray) \
|
||||
O(NewString) \
|
||||
O(NewObject) \
|
||||
O(CopyObjectExcludingProperties) \
|
||||
O(GetVariable) \
|
||||
O(SetVariable) \
|
||||
O(PutById) \
|
||||
@@ -103,5 +104,4 @@ protected:
|
||||
private:
|
||||
Type m_type {};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user