Skip to main content

post_barrier

Function post_barrier 

Source
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.