maxValue constant

int const maxValue

Implementation

static const int maxValue = (kIsWasm || kIsWeb) ? 9007199254740991 : 9223372036854775807;