Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibJS: Don't crash when dumping a backtrace
Previously, we would crash when attempting to log a backtrace with the `log-all-js-exceptions` option enabled. A crash would occur if the program counter value for the current frame was larger than the current executable bytecode size, or if a source mapping couldn't be found for the current program counter value.
- Loading branch information