Each RegExtTree node can now report the min and max size of strings it can match.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Dec 2008 10:59:14 +0000 (10:59 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Dec 2008 10:59:14 +0000 (10:59 +0000)
commit00122b76d09950f429627f8a476d30ea81363b19
treec378471b7505f82b75fd3ce9585271adfcf646a8
parent4fe637066de85b6c2ee9dd3cc88a4e3937dcbe94
Each RegExtTree node can now report the min and max size of strings it can match.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@988 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
src/ast.h
src/jsregexp.cc
src/jsregexp.h
src/parser.cc
test/cctest/test-regexp.cc