Home
last modified time | relevance | path

Searched refs:FSEvent (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/fs/
Dwatchers.js23 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();
/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js100 const FSEvent = internalBinding('fs_event_wrap').FSEvent; constant
101 testInitialized(new FSEvent(), 'FSEvent');
/third_party/libuv/docs/src/
Dloop.rst216 longer be able to use the most efficient FSEvent
/third_party/libuv/
DChangeLog4648 * unix: revert recent FSEvent changes (Ben Noordhuis)
4701 * unix: revert recent FSEvent changes (Ben Noordhuis)