mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibJS: Start adding a JS::Script class (spec's "Script Record")
This commit is contained in:
parent
619ee99c34
commit
612a23d6fc
3 changed files with 60 additions and 0 deletions
|
@ -184,6 +184,7 @@ set(SOURCES
|
|||
Runtime/WeakSet.cpp
|
||||
Runtime/WeakSetConstructor.cpp
|
||||
Runtime/WeakSetPrototype.cpp
|
||||
Script.cpp
|
||||
SyntaxHighlighter.cpp
|
||||
Token.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue