ladybird/Libraries/LibJS/Bytecode/AsmInterpreter
Andreas Kling 4f74458024 LibJS: Use asmint tag assertions for value contracts
Replace assertion-only tag extraction around String helper return
values with assert_tag so release and distribution builds do not carry
code that only exists to feed assertions.

Asserting and non-asserting asmint generation both handle the updated
handlers.
2026-05-03 13:10:48 +02:00
..
asmint.asm LibJS: Use asmint tag assertions for value contracts 2026-05-03 13:10:48 +02:00
AsmInterpreter.cpp LibJS: Call RawNativeFunction directly from asm Call 2026-04-15 15:57:48 +02:00
AsmInterpreter.h LibJS: Move bytecode interpreter state to VM 2026-04-13 18:29:43 +02:00
gen_asm_offsets.cpp LibJS: Avoid function envs for lexical-this arrows 2026-04-30 18:44:34 +02:00