Searched refs:EVEN_NUMBER (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | elements.cpp | 59 static constexpr uint8_t EVEN_NUMBER = 2; in IsHole() local 60 return static_cast<uint8_t>(kind) % EVEN_NUMBER == 1; in IsHole() |
Completed in 6 milliseconds