pub unsafe extern "C" fn cef_v8_stack_trace_get_current(
frame_limit: c_int,
) -> *mut cef_v8_stack_trace_tExpand description
Returns the stack trace for the currently active context. |frame_limit| is the maximum number of frames that will be captured.