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 | 472 function BigIntStats(dev, mode, nlink, uid, gid, rdev, blksize, class 492 ObjectSetPrototypeOf(BigIntStats.prototype, StatsBase.prototype); 493 ObjectSetPrototypeOf(BigIntStats, StatsBase); 495 BigIntStats.prototype._checkModeProperty = function(property) { 540 return new BigIntStats( 945 BigIntStats, // for testing property
|
/third_party/node/doc/api/ |
D | fs.md | 6709 BigIntStats {
|