ladybird/Libraries/LibJS/Tests/builtins/Reflect
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
..
Reflect.@@toStringTag.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.apply.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Reflect.construct.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.defineProperty.js Meta: Increase the line length enforced by prettier to 120 2025-10-31 19:55:50 -04:00
Reflect.deleteProperty.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.get.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.getOwnPropertyDescriptor.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.getPrototypeOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.has.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.isExtensible.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.ownKeys.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.preventExtensions.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.set.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Reflect.setPrototypeOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00