Function mozjs_sys::jsapi::JS_DeleteProperty

source ยท
pub unsafe extern "C" fn JS_DeleteProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const c_char,
    result: *mut ObjectOpResult,
) -> bool