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:
parent
1a8ee5d8d7
commit
39554f3787
9 changed files with 243 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue