ladybird/Libraries/LibJS/Tests/builtins/Object
Timothy Flynn 019c529c07 Meta: Increase the line length enforced by prettier to 120
This matches our coding style recommendation in CodingStyle.md, and
matches our python formatting.
2025-10-31 19:55:50 -04:00
..
Object.assign.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Object.create.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Object.defineProperties.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Object.defineProperty.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Object.entries.js LibJS: Fast-path own-property enumeration and reduce descriptor lookups 2025-09-21 15:06:32 +02:00
Object.freeze.js LibJS: Prevent extensions of TypedArray exotic objects 2024-11-30 11:18:26 +01:00
Object.getOwnPropertyDescriptor.js
Object.getOwnPropertyNames.js
Object.getOwnPropertySymbols.js
Object.getPrototypeOf.js
Object.groupBy.js
Object.hasOwn.js
Object.is.js
Object.isExtensible.js
Object.isFrozen.js
Object.isSealed.js
Object.js
Object.keys.js
Object.preventExtensions.js
Object.prototype.constructor.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Object.prototype.hasOwnProperty.js
Object.prototype.isPrototypeOf.js
Object.prototype.js
Object.prototype.propertyIsEnumerable.js
Object.prototype.toLocaleString.js
Object.prototype.toString.js
Object.prototype.valueOf.js
Object.seal.js
Object.setPrototypeOf.js
Object.values.js