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

LibJS: Add the WeakMap built-in object

This commit is contained in:
Idan Horowitz 2021-06-12 05:28:30 +03:00 committed by Linus Groh
parent 1a8ee5d8d7
commit 39554f3787
9 changed files with 243 additions and 0 deletions

View file

@ -101,6 +101,9 @@ set(SOURCES
Runtime/TypedArrayPrototype.cpp
Runtime/VM.cpp
Runtime/Value.cpp
Runtime/WeakMap.cpp
Runtime/WeakMapConstructor.cpp
Runtime/WeakMapPrototype.cpp
Runtime/WeakSet.cpp
Runtime/WeakSetConstructor.cpp
Runtime/WeakSetPrototype.cpp