Function js::jsapi::JS_DeletePropertyById1 [] [src]

pub unsafe extern "C" fn JS_DeletePropertyById1(
    cx: *mut JSContext,
    obj: HandleObject,
    id: jsid
) -> bool

Delete a property, ignoring strict failures. This is the C++ equivalent of the JS delete obj[id] in non-strict mode code.