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

LibJS: Add the Map built-in object

This commit is contained in:
Idan Horowitz 2021-06-12 23:54:40 +03:00 committed by Linus Groh
parent f9d58ec0b4
commit a96ac8bd56
11 changed files with 335 additions and 0 deletions

View file

@ -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