mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Add the Set built-in object
This commit is contained in:
parent
b17a282b4b
commit
670be04c81
Notes:
sideshowbarker
2024-07-18 12:34:18 +09:00
Author: https://github.com/IdanHo
Commit: 670be04c81
Pull-request: https://github.com/SerenityOS/serenity/pull/7928
Reviewed-by: https://github.com/linusg
15 changed files with 359 additions and 30 deletions
|
@ -37,6 +37,7 @@
|
|||
__JS_ENUMERATE(Object, object, ObjectPrototype, ObjectConstructor, void) \
|
||||
__JS_ENUMERATE(Promise, promise, PromisePrototype, PromiseConstructor, void) \
|
||||
__JS_ENUMERATE(RegExpObject, regexp, RegExpPrototype, RegExpConstructor, void) \
|
||||
__JS_ENUMERATE(Set, set, SetPrototype, SetConstructor, void) \
|
||||
__JS_ENUMERATE(StringObject, string, StringPrototype, StringConstructor, void) \
|
||||
__JS_ENUMERATE(SymbolObject, symbol, SymbolPrototype, SymbolConstructor, void)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue