Files
ladybird/Libraries/LibJS/Tests
Linus Groh d278f61f4c LibJS: Restrict toEval() failures to SyntaxError
We only use expect(...).toEval() / not.toEval() for checking syntax
errors, where we obviously can't put the code in a regular function. For
runtime errors we do exactly that, so toEval() should not fail - this
allows us to use undefined identifiers in syntax tests.
2020-10-28 21:11:32 +01:00
..
2020-10-02 16:03:17 +02:00
2020-10-02 16:03:17 +02:00