1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:07:44 +00:00

LibJS: Start adding a JS::Script class (spec's "Script Record")

This commit is contained in:
Andreas Kling 2021-09-09 18:02:31 +02:00
parent 619ee99c34
commit 612a23d6fc
3 changed files with 60 additions and 0 deletions

View file

@ -184,6 +184,7 @@ set(SOURCES
Runtime/WeakSet.cpp
Runtime/WeakSetConstructor.cpp
Runtime/WeakSetPrototype.cpp
Script.cpp
SyntaxHighlighter.cpp
Token.cpp
)