pub fn dump_hlir_file(file: &Tjs2File) -> Result<String>Expand description
Build a basic HLIR representation (SSA-backed) and return a dump.
At this stage, HLIR is intentionally conservative: it keeps side-effects explicit and avoids reordering across potential exception boundaries.