Function trace_reflector
Source pub unsafe fn trace_reflector<T>(
tracer: *mut JSTracer,
description: &str,
reflector: &Reflector<T>,
)
Expand description
Trace the JSObject held by reflector.
ยงSafety
tracer must point to a valid, non-null JS tracer.