/third_party/node/test/parallel/ |
D | test-fs-stat-bigint.js | 99 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
|
D | test-fs-watchfile-bigint.js | 41 const options = { interval: 0, bigint: true }; property
|
D | test-fs-sync-fd-leak.js | 45 internalBinding('fs').fstat = function(fd, bigint, _, ctx) { argument
|
D | test-querystring.js | 456 const obj = { number: 1, bigint: 2n, true: true, false: false, object: {} }; property
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/ |
D | keyword-variables.src.ts | 31 const bigint = 1; constant
|
/third_party/iowow/src/platform/win32/ |
D | win32.c | 206 ULARGE_INTEGER bigint; in iwp_pread() local 253 ULARGE_INTEGER bigint; in iwp_pwrite() local
|
/third_party/node/lib/ |
D | fs.js | 1052 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/ |
D | promises.js | 571 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
|
D | watchers.js | 67 function StatWatcher(bigint) { argument
|
/third_party/typescript/tests/baselines/reference/ |
D | convertClassExpressionToFunctionFromObjectProperty1.js | 235 foo.bigint = class { class in foo 627 foo.bigint = /** @class */ (function () { function 628 function bigint() { function
|
D | convertClassExpressionToFunctionFromObjectProperty2.js | 626 function bigint() { function
|
/third_party/node/benchmark/ |
D | common.js | 267 function nanoSecondsToString(bigint) { argument
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | utils.js | 249 function bigintToMpBuf(bigint) { argument
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 37 'bigint': `${jsDocPrefix}Reference/Global_Objects/BigInt`, property
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_int.cpp | 545 … bigint; in test_bug_cases() typedef
|
/third_party/typescript/tests/cases/compiler/ |
D | convertClassExpressionToFunctionFromObjectProperty2.ts | 234 bigint: class { constant
|
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | convert.ts | 1949 const bigint = rawValue constant
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 84 bigint: SyntaxKind.BigIntKeyword, constant
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 419 bigint: 'yellow', property
|
/third_party/python/Lib/ |
D | _pyio.py | 2341 def _unpack_cookie(self, bigint): argument
|
/third_party/typescript_eslint/packages/types/src/ |
D | ts-estree.ts | 820 bigint: string; property
|
/third_party/typescript/lib/ |
D | tsc.js | 35939 bigint: 4, property 35949 bigint: 1024, property 36552 bigint: bigintType, property
|
D | typingsInstaller.js | 43966 bigint: 4 /* TypeofEQBigInt */, property 43976 bigint: 1024 /* TypeofNEBigInt */, property 44713 bigint: bigintType, property
|
D | typescript.js | 44171 bigint: 4 /* TypeofEQBigInt */, property 44181 bigint: 1024 /* TypeofNEBigInt */, property 44918 bigint: bigintType, property
|
D | typescriptServices.js | 44171 bigint: 4 /* TypeofEQBigInt */, property 44181 bigint: 1024 /* TypeofNEBigInt */, property 44918 bigint: bigintType, property
|