ladybird/Userland/Libraries/LibJS/Tests/builtins/Error
Andreas Kling 1c06111cbd LibJS: Add file & line number to bytecode VM stack traces :^)
This works by adding source start/end offset to every bytecode
instruction. In the future we can make this more efficient by keeping
a map of bytecode ranges to source ranges in the Executable instead,
but let's just get traces working first.

Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
2023-09-02 15:37:53 +02:00
..
Error.js LibJS: Implement the Error Cause proposal 2021-06-11 21:34:05 +01:00
Error.prototype.message.js LibJS: Add name and message properties to NativeError prototypes 2021-04-14 10:11:04 +02:00
Error.prototype.name.js LibJS: Add name and message properties to NativeError prototypes 2021-04-14 10:11:04 +02:00
Error.prototype.stack.js LibJS: Add file & line number to bytecode VM stack traces :^) 2023-09-02 15:37:53 +02:00
Error.prototype.toString.js