Home | History | Annotate | Download | only in v8

Lines Matching refs:NumberType

70     template <typename NumberType>
71 static String indexExceedsMaximumBound(const char* name, NumberType given, NumberType bound)
87 template <typename NumberType>
88 static String indexExceedsMinimumBound(const char* name, NumberType given, NumberType bound)
104 template <typename NumberType>
105 static String indexOutsideRange(const char* name, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType upperType)