Files
ladybird/Userland/Libraries/LibJS/Runtime
Andreas Kling 9430bbcc62 LibJS/Bytecode: Propagate FunctionDeclarationInstantiation exceptions
If an exception is thrown by FunctionDeclarationInstantiation for an
async or async-generator function, we still need to return a promise.
We can't just throw the exception.

81 new passes on test262. :^)
2023-06-27 00:21:52 +02:00
..
2023-05-28 10:03:11 +02:00
2023-02-11 21:47:57 +00:00