maxInt constant

int const maxInt

Max safe integer in JS

Implementation

static const int maxInt = 9007199254740991;