pub unsafe extern "C" fn jit_insn_get_call_stack(
func: jit_function_t,
) -> jit_value_tExpand description
Get an object that represents the current position in the code, and all of the functions that are currently on the call stack. This is equivalent to calling jit_exception_get_stack_trace, and is normally used just prior to jit_insn_throw to record the location of the exception that is being thrown.