Chad Meyers
Results
2
issues of
Chad Meyers
Version [3b45d155c77bbdfe9177b1e03db830d2aff0b2a8](https://github.com/bellard/quickjs/commit/3b45d155c77bbdfe9177b1e03db830d2aff0b2a8) Tested on Windows (vc and clang) and Linux (gcc). This will crash on Windows but appears to succeed on Linux, however Valgrind reports a use-after-free issue. Windows builds...
I've been using `find_line_num` to get line numbers from opcodes. I noticed that certain lines don't have the correct line number in the table. For example, given this snippet: ```...