Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js403 return this._checkModeProperty(S_IFDIR);
407 return this._checkModeProperty(S_IFREG);
411 return this._checkModeProperty(S_IFBLK);
415 return this._checkModeProperty(S_IFCHR);
419 return this._checkModeProperty(S_IFLNK);
423 return this._checkModeProperty(S_IFIFO);
427 return this._checkModeProperty(S_IFSOCK);
475 BigIntStats.prototype._checkModeProperty = function(property) { method in BigIntStats
505 Stats.prototype._checkModeProperty = function(property) { method in Stats