ladybird/Libraries/LibJS/Rust/src/bytecode
Andreas Kling afcc39fdec LibJS: Track var coordinates in var environments
Record CreateVariable instructions in the coordinate scope that matches
their runtime environment mode. Lexical variables still use the current
lexical scope. Var bindings use the generator's var environment anchor.

Add coverage for an Annex B block function in a function with default
parameters and a body lexical environment. This catches cases where the
var binding is recorded in the parameter scope. A later call could read
the wrong environment slot.
2026-05-18 20:35:14 +02:00
..
basic_block.rs LibJS: Drop source ranges from bytecode source maps 2026-05-14 09:41:03 +02:00
codegen.rs LibJS: Emit eager environment coordinates in bytecode 2026-05-18 20:35:14 +02:00
ffi.rs LibJS: Keep cached bytecode file-backed 2026-05-18 20:35:14 +02:00
generator.rs LibJS: Track var coordinates in var environments 2026-05-18 20:35:14 +02:00
instruction.rs LibJS: Add alternative source-to-bytecode pipeline in Rust 2026-02-24 09:39:42 +01:00
mod.rs LibJS: Add bytecode validator scaffolding driven from Bytecode.def 2026-05-03 08:43:19 +02:00
operand.rs LibJS: Split dynamic environment lookups from coordinates 2026-05-18 20:35:14 +02:00
validator.rs LibJS: Store bytecode cache indexes instead of pointers 2026-05-18 20:35:14 +02:00