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