Function chakracore_sys::JsTTDGetSnapShotBoundInterval [] [src]

pub unsafe extern "system" fn JsTTDGetSnapShotBoundInterval(
    runtimeHandle: JsRuntimeHandle,
    targetEventTime: i64,
    startSnapTime: *mut i64,
    endSnapTime: *mut i64
) -> JsErrorCode

TTD API -- may change in future versions: Get the snapshot interval that bounds the target event time. The runtime handle that the script is executing in. The event time we want to get the interval for. The snapshot time that comes before the desired event. The snapshot time that comes after the desired event (-1 if the leg ends before a snapshot appears). The code JsNoError if the operation succeeded, a failure code otherwise.