Expand description
Symbol resolution — safe ID extraction from AST nodes.
Every function uses .get() on Cell<Option<_>>. Never panics.
Functions§
- get_
binding_ symbol - Get symbol ID from a binding identifier (declaration site).
- get_
declarator_ symbol - Get symbol ID from a variable declarator.
- get_
function_ symbol - Get symbol ID from a named function.
- get_
reference_ symbol - Resolve an identifier reference to its declared symbol.