ladybird/Userland/Libraries/LibJS/Tests/classes
Linus Groh 0a329d2d70 LibJS: Make super() in catch block work
The TryStatement handler execution creates a new LexicalEnvironment
without a current function set, which we were not accounting for when
trying to get the super constructor while executing a SuperExpression.
This makes it work but isn't pretty - this needs some refactoring to be
close to the spec for that to happen.

Fixes #7045.
2021-05-11 23:31:30 +01:00
..
class-advanced-extends.js
class-basic.js
class-constructor.js
class-errors.js
class-expressions.js
class-getters.js
class-inheritance.js LibJS: Make super() in catch block work 2021-05-11 23:31:30 +01:00
class-methods.js
class-setters.js
class-static-getters.js
class-static-setters.js
class-static.js
class-strict-mode.js