largeInt top-level constant

int const largeInt

Constant holding the largest (smi) int.

largeInt = pow(2, 30) - 1;

Implementation

const largeInt = 1073741823;