It lints. But only because the linter failed to catch a trailing space in the js file.
http://codereview.chromium.org/99272/diff/1007/9 File src/array.js (right): http://codereview.chromium.org/99272/diff/1007/9#newcode754 Line 754: if (proto_length > from) { Wouldn't make a difference. The next line is a loop from "from" to, but not including, "proto_length". In fact, the entire if can be dropped. If proto_length <= from the next for loop will be a nop. http://codereview.chromium.org/99272 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
