mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibJS/Bytecode: Add Await and AsyncIteratorClose instructions
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
#define ENUMERATE_BYTECODE_OPS(O) \
|
||||
O(Add) \
|
||||
O(Append) \
|
||||
O(AsyncIteratorClose) \
|
||||
O(Await) \
|
||||
O(BitwiseAnd) \
|
||||
O(BitwiseNot) \
|
||||
O(BitwiseOr) \
|
||||
|
||||
Reference in New Issue
Block a user