Files
ladybird/Libraries/LibJS/Bytecode/Interpreter.cpp
Nicolas Danelon 032f62e12f LibJS: Use pop_execution_context() for inline frame unwinding
This path will replace manual execution-context stack resizing with
vm().pop_execution_context() in the inline unwind paths. Apply this
in both exception unwinding and inline return handling so frame
teardown consistently goes through the VM’s canonical pop logic,
reducing the risk of execution-context stack desynchronization.
2026-03-06 13:08:26 +01:00

151 KiB