LGTM.
http://codereview.chromium.org/2809048/diff/1/4 File src/runtime.cc (right): http://codereview.chromium.org/2809048/diff/1/4#newcode2360 src/runtime.cc:2360: if (start == end && ++next > length) break; Side effects in condition, after shortcutting logical and, is too tricky. http://codereview.chromium.org/2809048/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
