cef_v8_stack_trace_get_current

Function cef_v8_stack_trace_get_current 

Source
pub unsafe extern "C" fn cef_v8_stack_trace_get_current(
    frame_limit: c_int,
) -> *mut cef_v8_stack_trace_t
Expand description

Returns the stack trace for the currently active context. |frame_limit| is the maximum number of frames that will be captured.