pub unsafe extern "C" fn jit_stack_trace_get_offset(
context: jit_context_t,
trace: jit_stack_trace_t,
posn: c_uint,
) -> c_uintExpand description
Get the bytecode offset that is recorded for position posn within a stack trace. This will be JIT_NO_OFFSET if there is no bytecode offset associated with posn.