mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods
These are a part of the Annex B extension of the specification.
This commit is contained in:
parent
f98c0ca528
commit
1cf5663e38
Notes:
sideshowbarker
2024-07-18 12:08:11 +09:00
Author: https://github.com/IdanHo
Commit: 1cf5663e38
Pull-request: https://github.com/SerenityOS/serenity/pull/8110
Reviewed-by: https://github.com/linusg
3 changed files with 56 additions and 0 deletions
|
@ -15,6 +15,8 @@ namespace JS {
|
|||
P(__proto__) \
|
||||
P(__defineGetter__) \
|
||||
P(__defineSetter__) \
|
||||
P(__lookupGetter__) \
|
||||
P(__lookupSetter__) \
|
||||
P(BYTES_PER_ELEMENT) \
|
||||
P(BigInt) \
|
||||
P(Boolean) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue