pub(crate) unsafe extern "C" fn delete(
cx: *mut JSContext,
proxy: HandleObject,
id: HandleId,
bp: *mut ObjectOpResult,
) -> boolExpand 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.