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