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 Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.getOwnPropertyNames.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.getOwnPropertySymbols.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.getPrototypeOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.groupBy.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.hasOwn.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.is.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.isExtensible.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.isFrozen.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.isSealed.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.keys.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.preventExtensions.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
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 Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.prototype.isPrototypeOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.prototype.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.prototype.propertyIsEnumerable.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.prototype.toLocaleString.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.prototype.toString.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.prototype.valueOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.seal.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.setPrototypeOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Object.values.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00