FunctionEnv struct
Defined in module locals (locals.l0).
Represents the FunctionEnv structure.
Fields
- key: string
- module_name: string
- func_name: string
- func_decl: FuncDecl*
- pattern_arena: PatternArena*
- stmt_arena: StmtArena*
- root_scope: Scope*
- scopes: VectorBase*
- block_scopes: VectorBase*
- arm_scopes: VectorBase*