pub unsafe extern "C" fn UnmarkGrayGCThingRecursively(
    thing: GCCellPtr
) -> bool
Expand description

Unsets the gray bit for anything reachable from |thing|. |kind| should not be JS::TraceKind::Shape. |thing| should be non-null. The return value indicates if anything was unmarked.