Home
last modified time | relevance | path

Searched defs:hasDecimal (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp523 bool hasDecimal = false; in ParseNumber() local
548 …arser<T>::ConvertToNumber(const std::string &str, bool negative, bool hasExponent, bool hasDecimal) in ConvertToNumber()
1058 bool JsonParser<T>::CheckZeroBeginNumber(bool &hasExponent, bool &hasDecimal) in CheckZeroBeginNumber()
1078 bool JsonParser<T>::CheckNonZeroBeginNumber(bool &hasExponent, bool &hasDecimal) in CheckNonZeroBeginNumber()