Files
ladybird/Userland/Libraries/LibJS/Runtime
davidot 22e679d844 LibJS + js: Rethrow exception on the vm after bytecode interpreter run
When the bytecode interpreter was converted to ThrowCompletionOr<Value>
it then also cleared the vm.exception() making it seem like no exception
was thrown.
Also removed the TRY_OR_DISCARD as that would skip the error handling
parts.
2021-11-17 13:12:05 +00:00
..
2021-10-31 18:20:37 +02:00
2021-10-06 23:52:40 +01:00