mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
This commit is contained in:
committed by
Linus Groh
parent
39554f3787
commit
77c2db4183
Notes:
sideshowbarker
2024-07-18 12:22:30 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/77c2db41835 Pull-request: https://github.com/SerenityOS/serenity/pull/8014 Reviewed-by: https://github.com/linusg
@@ -27,6 +27,7 @@
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
#include <LibJS/Runtime/JSONObject.h>
|
||||
#include <LibJS/Runtime/TypedArray.h>
|
||||
#include <LibJS/Runtime/WeakMap.h>
|
||||
#include <LibJS/Runtime/WeakSet.h>
|
||||
#include <LibTest/Results.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
Reference in New Issue
Block a user