pub unsafe fn JS_DeleteProperty( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, name: *const c_char, result: *mut ObjectOpResult, ) -> bool