Files
ladybird/Libraries/LibJS/Rust
Johan Dahlin 36fe4d4af3 LibJS: Avoid alloc in ScopeRecord::variable() on cache hit
contains_key() before entry() skips Utf16String alloc when the variable
name already exists in the scope.
2026-04-08 16:41:25 +02:00
..