Searched refs:FSEvent (Results 1 – 4 of 4) sorted by relevance
23 const { FSEvent } = internalBinding('fs_event_wrap');189 this._handle = new FSEvent();231 assert(this._handle instanceof FSEvent, 'handle must be a FSEvent');267 assert(this._handle instanceof FSEvent, 'handle must be a FSEvent');292 ObjectDefineProperty(FSEvent.prototype, 'owner', {320 const handle = new FSEvent();
100 const FSEvent = internalBinding('fs_event_wrap').FSEvent; constant101 testInitialized(new FSEvent(), 'FSEvent');
216 longer be able to use the most efficient FSEvent
4648 * unix: revert recent FSEvent changes (Ben Noordhuis)4701 * unix: revert recent FSEvent changes (Ben Noordhuis)