Searched defs:isSocket (Results 1 – 4 of 4) sorted by relevance
23 isSocket: constants.UV_DIRENT_SOCKET property
57 isSocket: function () { method198 isSocket: function () { method
179 isSocket() { method in Dirent426 StatsBase.prototype.isSocket = function() { method in StatsBase
1327 public isSocket() { return (this.mode & S_IFMT) === S_IFSOCK; } method in Stats