Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp115 int32_t intvalue = base::NumberHelper::DoubleToInt(doubleValue, base::INT32_BITS); in WithinInt32() local
116 return doubleValue == static_cast<double>(intvalue); in WithinInt32()