Function js::jsapi::JS_IsDeadWrapper [] [src]

pub unsafe extern "C" fn JS_IsDeadWrapper(obj: *mut JSObject) -> bool

Determine whether the given object is backed by a DeadObjectProxy.

Such objects hold no other objects (they have no outgoing reference edges) and will throw if you touch them (e.g. by reading/writing a property).