Function chakracore_sys::JsDiagGetBreakOnException [] [src]

pub unsafe extern "system" fn JsDiagGetBreakOnException(
    runtimeHandle: JsRuntimeHandle,
    exceptionAttributes: *mut JsDiagBreakOnExceptionAttributes
) -> JsErrorCode

Gets break on exception setting. Runtime from which to get break on exception attributes, should be in debug mode. Mask of JsDiagBreakOnExceptionAttributes. The code JsNoError if the operation succeeded, a failure code otherwise. The runtime should be in debug state. This API can be called from another runtime.