Files
ladybird/Libraries/LibJS
Linus Groh 36c738d9bf LibJS: Assert when exception is not cleared before Interpreter::run()
This is to prevent bugs like #3091 (fixed in
9810f8872c21eaf2aefff25347d957cd26f34c2d) in the future; we generally
don't want Interpreter::run() to be called if the interpreter still has
an exception stored. Sure, it could clear those itself but letting users
of the interpreter do it explicitly seems sensible.
2020-08-11 21:08:30 +02:00
..
2020-07-23 17:31:08 +02:00
2020-07-13 15:07:29 +02:00
2020-06-07 19:29:40 +02:00