Function js::jsapi::GetSavedFrameAsyncParent [] [src]

pub unsafe extern "C" fn GetSavedFrameAsyncParent(
    cx: *mut JSContext,
    savedFrame: HandleObject,
    asyncParentp: MutableHandleObject,
    selfHosted: SavedFrameSelfHosted
) -> SavedFrameResult

Given a SavedFrame JSObject, get its asyncParent SavedFrame object or nullptr if there is no asyncParent. The asyncParentp out parameter is NOT guaranteed to be in the cx's compartment. Defaults to nullptr.