ladybird/Tests/LibJS
Ali Mohammad Pur 75aa900b83 LibJS: Make ASTNode::generate_bytecode() fallible
Instead of crashing on the spot, return a descriptive error that will
eventually continue its days as a javascript "InternalError" exception.
This should make random crashes with BC less likely.
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 LibJS: Make ASTNode::generate_bytecode() fallible 2022-02-13 14:41:33 +00:00
test-invalid-unicode-js.cpp
test-js.cpp