ladybird/Userland/Libraries/LibJS/Tests/classes
Shannon Booth f28bb90d9b LibJS: Remove non-spec compliant code from internal_construct
It seems that we are now spec compliant enough to be able to remove this
code block :^)

Diff Tests:
    +2     -2 
2024-05-26 12:29:41 +02:00
..
class-advanced-extends.js
class-basic.js
class-constructor.js LibJS: Allow methods in classes named 'async' 2022-02-18 13:47:47 +00:00
class-errors.js
class-expressions.js
class-getters.js LibJS: Allow methods in classes named 'async' 2022-02-18 13:47:47 +00:00
class-inheritance.js LibJS: Remove non-spec compliant code from internal_construct 2024-05-26 12:29:41 +02:00
class-methods.js LibJS: Keep PrivateEnvironment through NativeFunction calls 2022-03-09 18:35:27 +01:00
class-private-fields.js LibJS: Make sure private identifier is valid in optional chain 2022-11-17 16:05:20 +00:00
class-public-fields.js LibJS: Add tests for the new steps added to PerformEval 2022-04-11 21:23:36 +01:00
class-setters.js LibJS: Allow methods in classes named 'async' 2022-02-18 13:47:47 +00:00
class-static-getters.js LibJS: Allow methods in classes named 'async' 2022-02-18 13:47:47 +00:00
class-static-initializers.js
class-static-setters.js LibJS: Allow methods in classes named 'async' 2022-02-18 13:47:47 +00:00
class-static.js LibJS: Keep PrivateEnvironment through NativeFunction calls 2022-03-09 18:35:27 +01:00
class-strict-mode.js