Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp31 enum class Sign { NONE, NEG, POS }; enumerator
454 sign = Sign::POS; in StringToDouble()
720 sign = Sign::POS; in StringToBigInt()