Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp841 bool NumberHelper::IsDigitalString(const uint8_t *start, const uint8_t *end) in IsDigitalString() function in panda::ecmascript::base::NumberHelper
878 …} else if ((end - (start + pos)) <= MAX_ELEMENT_INDEX_LEN && IsDigitalString((start + pos), end)) { in FastStringToNumber()