mozjs_sys::jsapi

Function JS_DeleteProperty1

Source
pub unsafe extern "C" fn JS_DeleteProperty1(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const c_char,
) -> bool