Expand description
Rust equivalent of the TypeScript FindContextIdentifiers pass.
Determines which bindings need StoreContext/LoadContext semantics by walking the AST with scope tracking to find variables that cross function boundaries.
Functionsยง
- find_
context_ identifiers - Find context identifiers for a function: variables that are captured across function boundaries and need StoreContext/LoadContext semantics.