Home
last modified time | relevance | path

Searched defs:bigint (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-fs-stat-bigint.js99 const bigintStats = func(arg, { bigint: true }); property
154 func(arg, { bigint: true }, common.mustCall((err, bigintStats) => { property
186 const bigintStats = await func(arg, { bigint: true }); property
209 const bigintStats = await handle.stat({ bigint: true }); property
Dtest-fs-watchfile-bigint.js41 const options = { interval: 0, bigint: true }; property
Dtest-fs-sync-fd-leak.js45 internalBinding('fs').fstat = function(fd, bigint, _, ctx) { argument
Dtest-querystring.js456 const obj = { number: 1, bigint: 2n, true: true, false: false, object: {} }; property
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dkeyword-variables.src.ts31 const bigint = 1; constant
/third_party/iowow/src/platform/win32/
Dwin32.c206 ULARGE_INTEGER bigint; in iwp_pread() local
253 ULARGE_INTEGER bigint; in iwp_pwrite() local
/third_party/node/lib/
Dfs.js1052 function fstat(fd, options = { bigint: false }, callback) { property
1065 function lstat(path, options = { bigint: false }, callback) { property
1078 function stat(path, options = { bigint: false }, callback) { property
1104 function fstatSync(fd, options = { bigint: false, throwIfNoEntry: true }) { property
1112 function lstatSync(path, options = { bigint: false, throwIfNoEntry: true }) { property
1124 function statSync(path, options = { bigint: false, throwIfNoEntry: true }) { property
1933 return fs.lstat(base, { bigint: true }, gotStat); property
/third_party/node/lib/internal/fs/
Dpromises.js571 async function fstat(handle, options = { bigint: false }) { property
576 async function lstat(path, options = { bigint: false }) { property
583 async function stat(path, options = { bigint: false }) { property
Dwatchers.js67 function StatWatcher(bigint) { argument
/third_party/typescript/tests/baselines/reference/
DconvertClassExpressionToFunctionFromObjectProperty1.js235 foo.bigint = class { class in foo
627 foo.bigint = /** @class */ (function () { function
628 function bigint() { function
DconvertClassExpressionToFunctionFromObjectProperty2.js626 function bigint() { function
/third_party/node/benchmark/
Dcommon.js267 function nanoSecondsToString(bigint) { argument
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dutils.js249 function bigintToMpBuf(bigint) { argument
/third_party/node/tools/doc/
Dtype-parser.mjs37 'bigint': `${jsDocPrefix}Reference/Global_Objects/BigInt`, property
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_int.cpp545bigint; in test_bug_cases() typedef
/third_party/typescript/tests/cases/compiler/
DconvertClassExpressionToFunctionFromObjectProperty2.ts234 bigint: class { constant
/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert.ts1949 const bigint = rawValue constant
/third_party/typescript/src/compiler/
Dscanner.ts84 bigint: SyntaxKind.BigIntKeyword, constant
/third_party/node/lib/internal/util/
Dinspect.js419 bigint: 'yellow', property
/third_party/python/Lib/
D_pyio.py2341 def _unpack_cookie(self, bigint): argument
/third_party/typescript_eslint/packages/types/src/
Dts-estree.ts820 bigint: string; property
/third_party/typescript/lib/
Dtsc.js35939 bigint: 4, property
35949 bigint: 1024, property
36552 bigint: bigintType, property
DtypingsInstaller.js43966 bigint: 4 /* TypeofEQBigInt */, property
43976 bigint: 1024 /* TypeofNEBigInt */, property
44713 bigint: bigintType, property
Dtypescript.js44171 bigint: 4 /* TypeofEQBigInt */, property
44181 bigint: 1024 /* TypeofNEBigInt */, property
44918 bigint: bigintType, property
DtypescriptServices.js44171 bigint: 4 /* TypeofEQBigInt */, property
44181 bigint: 1024 /* TypeofNEBigInt */, property
44918 bigint: bigintType, property

12