Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-watchfile-bigint.js8 const { BigIntStats } = require('internal/fs/utils');
15 const expectedStatObject = new BigIntStats(
/third_party/node/lib/internal/fs/
Dutils.js472 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/
Dfs.md6709 BigIntStats {