Function chakracore_sys::JsTTDMoveToTopLevelEvent [] [src]

pub unsafe extern "system" fn JsTTDMoveToTopLevelEvent(
    runtimeHandle: JsRuntimeHandle,
    moveMode: JsTTDMoveMode,
    snapshotTime: i64,
    eventTime: i64
) -> JsErrorCode

TTD API -- may change in future versions: Move to the given top-level call event time (assuming JsTTDPrepContextsForTopLevelEventMove) was called previously to reset any script contexts. This also computes the ready-to-run snapshot if needed. The runtime handle that the script is executing in. Additional flags for controling how the move is done. The event time that we will start executing from to move to the given target time. The event that we want to move to. The code JsNoError if the operation succeeded, a failure code otherwise.