ladybird/Libraries/LibJS/Tests/classes
Jess 356728b1e0 LibJS: Fix bytecode generation for super property stores and loads
The new test case crashes during bytecode generation due to
`emit_super_reference` not correctly generating the reference record
for the property access.
2025-02-15 06:59:59 -05: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 Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +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