Home
last modified time | relevance | path

Searched defs:MAX_SAFE_INTEGER (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.h77 static constexpr int64_t MAX_SAFE_INTEGER = (1LL << 53) - 1; member in panda::ecmascript::builtins::BuiltinsNumber
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h45 static constexpr int64_t MAX_SAFE_INTEGER = 9007199254740991; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h44 inline constexpr double MAX_SAFE_INTEGER = 9007199254740991; member

Completed in 3 milliseconds