This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
ladybird
Watch
0
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-05-21 18:42:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
f7bb79d6d1
ladybird
/
Userland
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Object
History
Download ZIP
Download TAR.GZ
mjz19910
10ec98dd38
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
..
Object.assign.js
LibJS: Implement Object.assign()
2021-06-12 11:36:17 +01:00
Object.create.js
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
Object.defineProperties.js
Object.defineProperty.js
LibJS: Rewrite most of Object for spec compliance :^)
2021-07-04 22:07:36 +01:00
Object.entries.js
Object.freeze.js
LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^)
2021-07-11 21:58:14 +01:00
Object.getOwnPropertyDescriptor.js
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
2021-06-19 11:34:19 +02:00
Object.getOwnPropertyNames.js
LibJS: Object.getOwnPropertyNames() should enumerate String's .length
2021-06-19 11:46:08 +02:00
Object.getOwnPropertySymbols.js
LibJS/Tests: Remove two leftover console.log() calls
2021-07-28 21:57:30 +01:00
Object.getPrototypeOf.js
Object.hasOwn.js
Object.is.js
Object.isExtensible.js
Object.isFrozen.js
Object.isSealed.js
Object.js
Object.keys.js
Object.preventExtensions.js
LibJS: Rewrite most of Object for spec compliance :^)
2021-07-04 22:07:36 +01:00
Object.prototype.constructor.js
Object.prototype.hasOwnProperty.js
Object.prototype.isPrototypeOf.js
Object.prototype.js
LibJS: Make ObjectPrototype an immutable prototype exotic object
2021-07-05 00:53:57 +01:00
Object.prototype.propertyIsEnumerable.js
Object.prototype.toLocaleString.js
Object.prototype.toString.js
LibJS: Make Object.prototype.toString() fully spec compliant
2021-07-05 20:21:26 +01:00
Object.prototype.valueOf.js
LibJS: Fix Object.prototype.valueOf() behavior
2021-06-13 01:06:36 +01:00
Object.seal.js
LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^)
2021-07-11 21:58:14 +01:00
Object.setPrototypeOf.js
LibJS: Return non-object argument unaltered from Object.setPrototypeOf()
2021-06-22 18:59:24 +01:00
Object.values.js