Expand description
Proxy function inlining.
function c(r, v) { return Hs(v - -966, r); }
c(-679, -602) → Hs(-602 - -966, -679)
Two-pass: collect single-return-call functions, inline call sites. Uses proper AST-based parameter substitution to avoid corrupting strings.
Structs§
- Proxy
Inliner - Proxy function inliner module.