Files
ladybird/Libraries/LibJS
Andreas Kling 5e577bec6a LibJS: Clear m_formal_parameters and m_ecmascript_code after compilation
After bytecode compilation, the formal parameters and ecmascript code
AST nodes are no longer needed at runtime. Clear these RefPtrs in
clear_compile_inputs() to allow the AST subtrees to be freed.
2026-02-11 23:57:41 +01:00
..