Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/aot_type_test/typemul/
Dtypemul.ts26 var num5: number = Number.MAX_SAFE_INTEGER;
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h44 static constexpr int64_t MAX_SAFE_INTEGER = 9007199254740991; variable
Darray_helper.cpp239 if (tempArgs.start > base::MAX_SAFE_INTEGER) { in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp149 result = (value == number.GetNumber()) && std::abs(value) <= base::MAX_SAFE_INTEGER; in IsSafeInteger()
Dbuiltins_array.cpp464 if (n + len > base::MAX_SAFE_INTEGER) { in Concat()
497 if (n >= base::MAX_SAFE_INTEGER) { in Concat()
1554 if ((len + static_cast<int64_t>(argc)) > base::MAX_SAFE_INTEGER) { in Push()
2328 if (len + insertCount - actualDeleteCount > base::MAX_SAFE_INTEGER) { in Splice()
2639 if (len + argc > base::MAX_SAFE_INTEGER) { in Unshift()
3145 if (newLen > base::MAX_SAFE_INTEGER) { in ToSpliced()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts437 static MAX_SAFE_INTEGER: number;
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js77193 let n = Number.MAX_SAFE_INTEGER;
77194 let r = Number.MAX_SAFE_INTEGER;
81542 let s = Number.MAX_SAFE_INTEGER;
114265 const zIt = Number.MAX_SAFE_INTEGER;