Skip to main content

Module call

Module call 

Source
Expand description

Call-dispatch state and helpers shared across evaluator and builtin code.

Structsยง

BuiltinContext
CallFrame ๐Ÿ”’
NativeBacktrace
Raw native backtrace captured from a C error (Rf_error). Contains instruction pointer addresses from the C stack at the point of the error, before longjmp destroyed the frames.
S3DispatchContext ๐Ÿ”’
Context for S3 method dispatch โ€” tracks which class was dispatched and the remaining classes in the chain (for NextMethod).
TraceEntry
A single entry in a stack trace โ€” a snapshot of one call frame.

Functionsยง

byte_offset_to_line ๐Ÿ”’
Convert a byte offset in source text to a 1-based line number.
retarget_call_expr ๐Ÿ”’