Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp462 static const char INF[] = "Infinity"; // NOLINT(modernize-avoid-c-arrays) in StringToDouble() local
463 if (*p == INF[0]) { in StringToDouble()
465 for (const char *i = &INF[1]; *i != '\0'; ++i) { in StringToDouble()