← All docs
json_last_error_msg() — internals
Compiler internals for json_last_error_msg(): lowering path, type checks, and runtime helpers.
json_last_error_msg() — internals
Where it lives
- Signature:
src/builtins/system/json_last_error_msg.rs - Lowering:
src/codegen/lower_inst/builtins/json.rs:85 (lower_json_last_error_msg) - Function symbol:
lower_json_last_error_msg()
Lowering notes
- Lowers
json_last_error_msg()through the runtime message lookup table.
Runtime helpers
The following runtime helpers are referenced:
__rt_json_last_error_msg__rt_json_validate
Signature summary
function json_last_error_msg(): string
What the type checker enforces
- Arity: takes no arguments.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/json/json_last_error_msg.rs(eval_builtin!) - Dispatch hooks:
direct,values