Lines Matching refs:bigint
98 const startTime = process.hrtime.bigint();
99 const bigintStats = func(arg, common.mustNotMutateObjectDeep({ bigint: true }));
101 const endTime = process.hrtime.bigint();
153 const startTime = process.hrtime.bigint();
154 func(arg, common.mustNotMutateObjectDeep({ bigint: true }), common.mustCall((err, bigintStats) => {
156 const endTime = process.hrtime.bigint();
185 const startTime = process.hrtime.bigint();
186 const bigintStats = await func(arg, common.mustNotMutateObjectDeep({ bigint: true }));
188 const endTime = process.hrtime.bigint();
208 const startTime = process.hrtime.bigint();
209 const bigintStats = await handle.stat(common.mustNotMutateObjectDeep({ bigint: true }));
211 const endTime = process.hrtime.bigint();