mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibJS: Implement Object.isFrozen() and Object.isSealed()
This commit is contained in:
parent
9af07c7803
commit
f3264b0dbd
7 changed files with 105 additions and 0 deletions
|
@ -161,10 +161,12 @@ namespace JS {
|
|||
P(isArray) \
|
||||
P(isExtensible) \
|
||||
P(isFinite) \
|
||||
P(isFrozen) \
|
||||
P(isInteger) \
|
||||
P(isNaN) \
|
||||
P(isPrototypeOf) \
|
||||
P(isSafeInteger) \
|
||||
P(isSealed) \
|
||||
P(isView) \
|
||||
P(join) \
|
||||
P(keyFor) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue