Home
last modified time | relevance | path

Searched refs:IsValueInRange (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate_matchers.h27 template <typename T, typename U> inline constexpr bool IsValueInRange(T value, U lowerLimit, U higherLimit) in IsValueInRange() function
171 return this->HasResolvedValue() && IsValueInRange(this->ResolvedValue(), low, high); in IsInRange()

Completed in 2 milliseconds