Files
ladybird/Userland/Libraries/LibJS/Bytecode/Executable.cpp
Simon Wanner fb7b4b9c59 LibJS/JIT: Provide source location information for JIT code
This works by walking a backtrace until the currently executing
native executable is found, and then mapping the native address
to its bytecode instruction.
2023-10-31 07:07:17 +01:00

1.9 KiB