- Added lookbehind propagation for the initial node; now, if the
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Dec 2008 11:13:13 +0000 (11:13 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Dec 2008 11:13:13 +0000 (11:13 +0000)
commitff3e30ae11278f4d6e5b76582ef72c0754b2d9b7
tree3f3e1cd850bea8ec5d677071e685cc7fb34fd71e
parente8b56e6f95f2145787ecd3822d696d5f92c5a4c5
- Added lookbehind propagation for the initial node; now, if the
  initial node is interested in what precedes it the automaton is
  given an initial all-consuming character class that determines it.
- Added verification of some node information invariants.  We now
  check that if a node expresses interest in what precedes it that
  information is available to it after assertion expansion.

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