unsafe fn post_barrier(
constructor: usize,
cache: *mut ProtoOrIfaceArray,
object: RootedGuard<'_, *mut JSObject>,
) -> RootedGuard<'_, *mut JSObject>Expand description
SAFETY: cache is a non-null pointer to a valid ProtoOrIfaceArray object.