Type Definition js::jsapi::DeletePropertyOp  
                   
                       [−]
                   
               [src]
type DeletePropertyOp = Option<unsafe extern "C" fn(cx: *mut JSContext, obj: HandleObject, id: HandleId, result: *mut ObjectOpResult) -> bool>;