ladybird/Tests/LibJS
Ali Mohammad Pur 62ad33af93 Tests: Wrap test-bytecode-js source in an IIFE
Putting everything in the global scope will lead to mayhem and failing
tests with an actually correct implementation of scoping :^)
Also adds in a tiny debug log of the exception, otherwise we'd be
staring at failing tests with no info on what failed.
2022-02-13 14:41:33 +00:00
..
CMakeLists.txt Tests+LibJS: Add very simple bytecode LibJS tests 2022-01-25 23:26:14 +00:00
test-bytecode-js.cpp Tests: Wrap test-bytecode-js source in an IIFE 2022-02-13 14:41:33 +00:00
test-invalid-unicode-js.cpp LibJS: Detect invalid unicode and stop lexing at that point 2021-12-29 16:57:23 +01:00
test-js.cpp LibJS: Convert resolve_binding() to ThrowCompletionOr 2021-12-30 15:29:33 +01:00