Searched refs:BigIntStats (Results 1 – 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-watchfile-bigint.js | 8 const { BigIntStats } = require('internal/fs/utils'); 15 const expectedStatObject = new BigIntStats(
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 452 function BigIntStats(dev, mode, nlink, uid, gid, rdev, blksize, class 472 ObjectSetPrototypeOf(BigIntStats.prototype, StatsBase.prototype); 473 ObjectSetPrototypeOf(BigIntStats, StatsBase); 475 BigIntStats.prototype._checkModeProperty = function(property) { 515 return new BigIntStats( 854 BigIntStats, // for testing property
|
/third_party/node/doc/api/ |
D | fs.md | 5567 BigIntStats {
|