Function mozjs::rust::wrappers::JS_DeletePropertyById
source ยท pub unsafe fn JS_DeletePropertyById(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: Handle<'_, jsid>,
result: *mut ObjectOpResult,
) -> bool