← 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

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)

Cross-references