public native Short(value: Long)
Builds a Short from a signed 64-bit integer.
value = Short(-42L) assert value == -42