mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibJS: Add the Map built-in object
This commit is contained in:
parent
f9d58ec0b4
commit
a96ac8bd56
11 changed files with 335 additions and 0 deletions
|
@ -55,6 +55,9 @@ set(SOURCES
|
|||
Runtime/IteratorPrototype.cpp
|
||||
Runtime/JSONObject.cpp
|
||||
Runtime/LexicalEnvironment.cpp
|
||||
Runtime/Map.cpp
|
||||
Runtime/MapConstructor.cpp
|
||||
Runtime/MapPrototype.cpp
|
||||
Runtime/MarkedValueList.cpp
|
||||
Runtime/MathObject.cpp
|
||||
Runtime/NativeFunction.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue