Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js430 const kNsPerMsBigInt = 10n ** 6n; constant
458 this.atimeMs = atimeNs / kNsPerMsBigInt;
459 this.mtimeMs = mtimeNs / kNsPerMsBigInt;
460 this.ctimeMs = ctimeNs / kNsPerMsBigInt;
461 this.birthtimeMs = birthtimeNs / kNsPerMsBigInt;