Skip to main content

Module proxy

Module proxy 

Source
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§

ProxyInliner
Proxy function inliner module.