Function js::jsapi::DumpHeap [] [src]

pub unsafe extern "C" fn DumpHeap(
    rt: *mut JSRuntime,
    fp: *mut FILE,
    nurseryBehaviour: DumpHeapNurseryBehaviour
)

Dump the complete object graph of heap-allocated things. fp is the file for the dump output.