The biggest thing is BigInt by default. It makes every integer operation require an overflow check.
JS (when using ints, which v8 does) is the same in this respect.
JS (when using ints, which v8 does) is the same in this respect.