Home
last modified time | relevance | path

Searched refs:getVale (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp339 double getVale = value.GetDouble(); in GetValueInt64() local
340 if (!std::isfinite(getVale) || std::isnan(getVale)) { in GetValueInt64()
343 return NumberHelper::DoubleToInt64(getVale); in GetValueInt64()

Completed in 12 milliseconds