Searched refs:FSEvent (Results 1 – 5 of 5) sorted by relevance
27 const { FSEvent } = internalBinding('fs_event_wrap');193 this._handle = new FSEvent();235 assert(this._handle instanceof FSEvent, 'handle must be a FSEvent');271 assert(this._handle instanceof FSEvent, 'handle must be a FSEvent');296 ObjectDefineProperty(FSEvent.prototype, 'owner', {327 const handle = new FSEvent();
113 const FSEvent = internalBinding('fs_event_wrap').FSEvent; constant114 testInitialized(new FSEvent(), 'FSEvent');
216 longer be able to use the most efficient FSEvent
4776 * unix: revert recent FSEvent changes (Ben Noordhuis)4829 * unix: revert recent FSEvent changes (Ben Noordhuis)