Function js::jsapi::UnmarkGrayGCThingRecursively [] [src]

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

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.