jit_exception_get_stack_trace

Function jit_exception_get_stack_trace 

Source
pub unsafe extern "C" fn jit_exception_get_stack_trace() -> jit_stack_trace_t
Expand description

Create an object that represents the current call stack. This is normally used to indicate the location of an exception. Returns NULL if a stack trace is not available, or there is insufficient memory to create it.