mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibJS: Add DisposableStack{, Prototype, Constructor}
Since the async parts of the spec are not stage 3 at this point we don't add AsyncDisposableStack.
This commit is contained in:
parent
bff038411a
commit
6255ca4a42
22 changed files with 868 additions and 0 deletions
|
@ -75,6 +75,9 @@ set(SOURCES
|
|||
Runtime/DateConstructor.cpp
|
||||
Runtime/DatePrototype.cpp
|
||||
Runtime/DeclarativeEnvironment.cpp
|
||||
Runtime/DisposableStack.cpp
|
||||
Runtime/DisposableStackConstructor.cpp
|
||||
Runtime/DisposableStackPrototype.cpp
|
||||
Runtime/ECMAScriptFunctionObject.cpp
|
||||
Runtime/Environment.cpp
|
||||
Runtime/Error.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue