Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date.h157 static constexpr int NUM_NINE = 9; variable
Dobject_fast_operator-inl.h785 if (val >= 0 && val <= JSDate::NUM_NINE) { in GetNumFromString()
Djs_date.cpp230 if (val >= 0 && val <= NUM_NINE) { in GetNumFromString()