pub unsafe extern "C" fn SetGCNurseryCollectionCallback(
    cx: *mut JSContext,
    callback: GCNurseryCollectionCallback
) -> GCNurseryCollectionCallback
Expand description

Set the nursery collection callback for the given runtime. When set, it will be called at the start and end of every nursery collection.