Function script::script_thread::trace_thread

source ·
pub unsafe fn trace_thread(tr: *mut JSTracer)
Expand description

§Safety

The JSTracer argument must point to a valid JSTracer in memory. In addition, implementors of this method must ensure that all active objects are properly traced or else the garbage collector may end up collecting objects that are still reachable.