ladybird/Libraries/LibJS/AsmIntGen
Andreas Kling 0af548b27d LibJS: Sync AsmInt program counter before slow paths
Move the execution context program counter update from ASM_TRY() to the
generated slow-path call boundary. Slow paths still enter C++ with the
current bytecode offset visible to stack and source location code, while
ASM_TRY() only handles completion unwrapping and exception dispatch.
2026-06-14 20:27:59 +02:00
..
src LibJS: Sync AsmInt program counter before slow paths 2026-06-14 20:27:59 +02:00
Cargo.lock LibJS: Add AsmIntGen assembly interpreter code generator 2026-03-07 13:09:59 +01:00
Cargo.toml LibJS: Use the 2024 Rust edition for AsmIntGen and ByteCodeDef 2026-03-11 16:57:09 -04:00