pub unsafe extern "C" fn IsGenerationalGCEnabled(
    rt: *mut JSRuntime
) -> bool
Expand description

Returns true if generational allocation and collection is currently enabled on the given runtime.