50 matches across 1 files for func main lang:JavaScript lang:JavaScript lang:JavaScript path:compiler/scripts/debug-print-hir.mjs
snippet_mode: auto · sorted by relevance
compiler/scripts/debug-print-hir.mjs JAVASCRIPT 50 matches · showing 5 view file →
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
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.