← All docs
spl_autoload_functions() — internals
Compiler internals for spl_autoload_functions(): lowering path, type checks, and runtime helpers.
spl_autoload_functions() — internals
Where it lives
- Signature:
src/builtins/spl/spl_autoload_functions.rs - Lowering:
src/codegen/lower_inst/builtins/spl.rs:167 (lower_spl_autoload_functions) - Function symbol:
lower_spl_autoload_functions()
Lowering notes
- Lowers
spl_autoload_functions()to an indexed array of AOT rule placeholders.
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function spl_autoload_functions(): array
What the type checker enforces
- Arity: takes no arguments.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/symbols/spl_autoload_functions.rs(eval_builtin!) - Dispatch hooks:
direct,values