This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-07 00:56:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ec1da2fca2e07205ce53bd60f2dd5acda47ae2f
ladybird
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Object
History
Luke
be30dc2b18
LibJS: Implement Object.prototype.isPrototypeOf
...
Spec:
https://tc39.es/ecma262/#sec-object.prototype.isprototypeof
2020-12-28 13:10:07 +01:00
..
Object.defineProperty.js
…
Object.entries.js
…
Object.getOwnPropertyDescriptor.js
…
Object.getOwnPropertyNames.js
…
Object.getPrototypeOf.js
…
Object.is.js
…
Object.isExtensible.js
…
Object.js
…
Object.keys.js
…
Object.preventExtensions.js
…
Object.prototype.constructor.js
…
Object.prototype.hasOwnProperty.js
…
Object.prototype.isPrototypeOf.js
LibJS: Implement Object.prototype.isPrototypeOf
2020-12-28 13:10:07 +01:00
Object.prototype.js
…
Object.prototype.propertyIsEnumerable.js
LibJS: Implement Object.prototype.propertyIsEnumerable
2020-12-24 21:00:28 +01:00
Object.prototype.toLocaleString.js
…
Object.prototype.toString.js
LibJS: Set prototype of GlobalObject to ObjectPrototype
2020-11-07 10:08:05 +01:00
Object.setPrototypeOf.js
…
Object.values.js
…