mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibJS: Add the DataView built-in object
This commit is contained in:
parent
5b2255291e
commit
e4d267d4fb
15 changed files with 351 additions and 0 deletions
|
@ -37,6 +37,9 @@ set(SOURCES
|
|||
Runtime/BooleanPrototype.cpp
|
||||
Runtime/BoundFunction.cpp
|
||||
Runtime/ConsoleObject.cpp
|
||||
Runtime/DataView.cpp
|
||||
Runtime/DataViewConstructor.cpp
|
||||
Runtime/DataViewPrototype.cpp
|
||||
Runtime/DateConstructor.cpp
|
||||
Runtime/Date.cpp
|
||||
Runtime/DatePrototype.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue