1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:57:34 +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:
Idan Horowitz 2021-06-17 14:15:14 +03:00 committed by Linus Groh
parent f98c0ca528
commit 1cf5663e38
3 changed files with 56 additions and 0 deletions

View file

@ -15,6 +15,8 @@ namespace JS {
P(__proto__) \
P(__defineGetter__) \
P(__defineSetter__) \
P(__lookupGetter__) \
P(__lookupSetter__) \
P(BYTES_PER_ELEMENT) \
P(BigInt) \
P(Boolean) \