mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 03:27:15 +02:00
LibJS: Support object rest elements in the bytecode interpreter
This commit is contained in:
committed by
Andreas Kling
parent
57b9a228ab
commit
25baefdd1e
Notes:
sideshowbarker
2024-07-18 12:02:18 +09:00
Author: https://github.com/mattco98 Commit: https://github.com/SerenityOS/serenity/commit/25baefdd1e7 Pull-request: https://github.com/SerenityOS/serenity/pull/8033 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling
@@ -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