Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/exception_case14/
Dexception_case14.js25 MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1 variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.h77 static constexpr int64_t MAX_SAFE_INTEGER = (1LL << 53) - 1; variable
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h45 static constexpr int64_t MAX_SAFE_INTEGER = 9007199254740991; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h44 inline constexpr double MAX_SAFE_INTEGER = 9007199254740991; variable