mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:07:35 +00:00
LibJS: Add support for await expressions
This commit is contained in:
parent
681787de76
commit
46dabf02ec
7 changed files with 169 additions and 4 deletions
|
@ -49,6 +49,7 @@ set(SOURCES
|
|||
Runtime/BooleanObject.cpp
|
||||
Runtime/BooleanPrototype.cpp
|
||||
Runtime/BoundFunction.cpp
|
||||
Runtime/Completion.cpp
|
||||
Runtime/ConsoleObject.cpp
|
||||
Runtime/DataView.cpp
|
||||
Runtime/DataViewConstructor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue