mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +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
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