Function chakracore_sys::JsTTDCheckAndAssertIfTTDRunning [] [src]

pub unsafe extern "system" fn JsTTDCheckAndAssertIfTTDRunning(
    msg: *const c_char
) -> JsErrorCode

TTD API -- may change in future versions: A check for unimplmented TTD actions in the host. This API is a TEMPORARY API while we complete the implementation of TTD support in the Node host and will be deleted once that is complete. The message to print if we should be catching this as a TTD operation. The code JsNoError if the operation succeeded, a failure code otherwise.