mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +00:00
LibJS: Implement Object.prototype.isPrototypeOf
Spec: https://tc39.es/ecma262/#sec-object.prototype.isprototypeof
This commit is contained in:
parent
ee1d9217aa
commit
be30dc2b18
4 changed files with 40 additions and 0 deletions
|
@ -149,6 +149,7 @@ namespace JS {
|
|||
P(isFinite) \
|
||||
P(isInteger) \
|
||||
P(isNaN) \
|
||||
P(isPrototypeOf) \
|
||||
P(isSafeInteger) \
|
||||
P(isView) \
|
||||
P(join) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue