9 * Debug HIR printer for the Rust port testing infrastructure.
10 *
11▶ * Custom printer that walks the HIRFunction structure and prints every field
12 * of every identifier, instruction, terminal, and block. Also includes
13 * outlined functions (from FunctionExpression instruction values).
· · ·
13▶ * outlined functions (from FunctionExpression instruction values).
14 *
15 * This does NOT delegate to printFunctionWithOutlined() — it is a standalone
· · ·
15▶ * This does NOT delegate to printFunctionWithOutlined() — it is a standalone
16 * walker that produces a detailed, deterministic representation suitable for
17 * cross-compiler comparison between the TS and Rust implementations.
· · ·
18 *
19▶ * @param {Function} _printFunctionWithOutlined - Unused (kept for API compat)
20 * @param {object} hirFunction - The HIRFunction to print
21 * @returns {string} The debug representation
· · ·
20▶ * @param {object} hirFunction - The HIRFunction to print
21 * @returns {string} The debug representation
22 */
+ 45 more matches in this file