minValue constant

int const minValue

Implementation

static const int minValue = (kIsWasm || kIsWeb) ? -9007199254740992 : -9223372036854775808;