mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 09:48:47 +00:00
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. |
||
---|---|---|
.. | ||
class-advanced-extends.js | ||
class-basic.js | ||
class-constructor.js | ||
class-errors.js | ||
class-expressions.js | ||
class-getters.js | ||
class-inheritance.js | ||
class-methods.js | ||
class-setters.js | ||
class-static-getters.js | ||
class-static-setters.js | ||
class-static.js | ||
class-strict-mode.js |