Reviewers: Christian Plesner Hansen, Message: RegExp code review
Description: The RegExp parser properly handles special escapes and quantifiers after atoms. The RegExp Compile function reuses the pattern as indexOf argument if it doesn't contain escapes (otherwise the parsed atom text is used). Please review this at http://codereview.chromium.org/9110 Affected files: M regexp2000/src/ast.h M regexp2000/src/jsregexp.h M regexp2000/src/jsregexp.cc M regexp2000/src/parser.h M regexp2000/src/parser.cc M regexp2000/test/cctest/test-regexp.cc M regexp2000/test/mjsunit/non-ascii-replace.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
