Home
last modified time | relevance | path

Searched defs:MAX_SAFE_INTEGER (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js21 var MAX_SAFE_INTEGER = $Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1; variable
/third_party/typescript/src/lib/
Des2015.core.d.ts234 readonly MAX_SAFE_INTEGER: number; property
/third_party/typescript/lib/
Dlib.es2015.core.d.ts254 readonly MAX_SAFE_INTEGER: number; property
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js289 var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || 9007199254740991; variable
/third_party/node/deps/npm/node_modules/lodash.without/
Dindex.js17 var MAX_SAFE_INTEGER = 9007199254740991; variable
/third_party/node/deps/npm/node_modules/lodash.union/
Dindex.js18 MAX_SAFE_INTEGER = 9007199254740991; variable
/third_party/node/deps/npm/node_modules/lodash.clonedeep/
Dindex.js17 var MAX_SAFE_INTEGER = 9007199254740991; variable
/third_party/node/deps/npm/node_modules/semver/
Dsemver.js23 var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || variable
/third_party/node/deps/npm/node_modules/es-abstract/test/
Dtests.js13 var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1; variable
/third_party/quickjs/
Dquickjs.c11083 #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) macro
/third_party/node/tools/
Dlint-md.mjs16231 MAX_SAFE_INTEGER: MAX_SAFE_INTEGER$1, property