Home
last modified time | relevance | path

Searched refs:JS_NUMBER_MAX_VALUE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_util.cpp21 constexpr int64_t JS_NUMBER_MAX_VALUE = (1LL << 53) - 1; variable
94 if (in > JS_NUMBER_MAX_VALUE) { in GetValue()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp32 static constexpr int64_t JS_NUMBER_MAX_VALUE = (1LL << 53) - 1; variable
142 if (code > JS_NUMBER_MAX_VALUE) { in Convert2JSValue()