v8/test
lrn@chromium.org 6e13e8ce37 Parsing a RegExp decimal escape could overflow, making an otherwise too large
decimal escape be accepted as a capture index.
We introduce a limit on the nubmer of allowed captures in a regexp, and break off
parsing of the decimal escape at that point.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1189 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-01-30 10:38:25 +00:00
..
cctest Parsing a RegExp decimal escape could overflow, making an otherwise too large 2009-01-30 10:38:25 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Parsing a RegExp decimal escape could overflow, making an otherwise too large 2009-01-30 10:38:25 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00