ladybird/Libraries/LibJS/Tests/classes
devgianlu 08cfd5ff1b LibJS: Set empty function parameters on ClassStaticInit scope
This prevents the variables declared inside a class static initializer
to escape to the nearest containing function causing all sorts of memory
corruptions.
2025-04-05 18:20:36 +01:00
..
class-advanced-extends.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-constructor.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-errors.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-expressions.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-getters.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-inheritance.js LibJS: Fix bytecode generation for super property stores and loads 2025-02-15 06:59:59 -05:00
class-methods.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-private-fields.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-public-fields.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-setters.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-static-getters.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-static-initializers.js LibJS: Set empty function parameters on ClassStaticInit scope 2025-04-05 18:20:36 +01:00
class-static-setters.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-static.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
class-strict-mode.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00