1 2 3 4 5 6 7 8
// Do not assert. var s = "a"; var b = 32767; for (var i = 0; i < 10; ++i) { b = b & s.charCodeAt(); }