pub unsafe extern "C" fn ClearModulePrivate(module: *mut JSObject)
Expand description

Clear the private value associated with a source text module record.

This is used during unlinking and can be called on a gray module, skipping the usual checks.