Function mozjs::jsapi::JS_DeleteProperty

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