LGTM! We are not officially bug-compatible with the standard :)
http://codereview.chromium.org/10975/diff/802/606 File test/cctest/test-regexp.cc (right): http://codereview.chromium.org/10975/diff/802/606#newcode725 Line 725: char upper = lower + ('A' - 'a'); Would it be reasonable to check every code point in the range 0..0xffff, to see that it agrees with toUpperCase? http://codereview.chromium.org/10975 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
