Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8Binding.cpp166 static double enforceRange(double x, double minimum, double maximum, const char* typeName, Exceptio… in enforceRange() function
236 …return enforceRange(numberObject->Value(), LimitsTrait::minValue, LimitsTrait::maxValue, typeName,… in toSmallerInt()
273 … return enforceRange(numberObject->Value(), 0, LimitsTrait::maxValue, typeName, exceptionState); in toSmallerUInt()
345 return enforceRange(numberObject->Value(), kMinInt32, kMaxInt32, "long", exceptionState); in toInt32()
391 return enforceRange(numberObject->Value(), 0, kMaxUInt32, "unsigned long", exceptionState); in toUInt32()
427 return enforceRange(x, -kJSMaxInteger, kJSMaxInteger, "long long", exceptionState); in toInt64()
473 return enforceRange(x, 0, kJSMaxInteger, "unsigned long long", exceptionState); in toUInt64()