script_bindings::trace

Function trace_reflector

Source
pub unsafe fn trace_reflector(
    tracer: *mut JSTracer,
    description: &str,
    reflector: &Reflector,
)
Expand description

Trace the JSObject held by reflector.

§Safety

tracer must point to a valid, non-null JS tracer.