bitsWhenJsCompatible constant

int const bitsWhenJsCompatible

Value of bits when a signed integer is small enough to fit into a double.

Implementation

static const int bitsWhenJsCompatible = 53;