public native Short(value: Int)
Builds a Short from a signed 32-bit integer.
value = Short(-42) assert value == -42