script_bindings::proxyhandler

Function delete

Source
pub(crate) unsafe extern "C" fn delete(
    cx: *mut JSContext,
    proxy: HandleObject,
    id: HandleId,
    bp: *mut ObjectOpResult,
) -> bool
Expand description

Deletes an expando off the given proxy.

§Safety

cx must point to a valid, non-null JSContext. bp must point to a valid, non-null ObjectOpResult.