Searched refs:notAFiniteNumber (Results 1 – 7 of 7) sorted by relevance
81 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(min)); in setMin()95 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(max)); in setMax()110 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(value)); in setValue()125 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(low)); in setLow()140 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(high)); in setHigh()155 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(optimum)); in setOptimum()
104 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(value)); in setValue()119 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(max)); in setMax()
1056 …exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(newValue)); in setValueAsNumber()
53 static String notAFiniteNumber(double value);
93 String ExceptionMessages::notAFiniteNumber(double value) in notAFiniteNumber() function in WebCore::ExceptionMessages
48 exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(value)); in isInfiniteOrNonNumber()
73 exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(value)); in isInfiniteOrNonNumberOrNonPercentage()