Added checking in the regular expression parser that we're below the
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Dec 2008 15:32:20 +0000 (15:32 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Dec 2008 15:32:20 +0000 (15:32 +0000)
commit5c39d9c741a0fb3c60d8be8148a7ec89c3075e6c
tree60682e3fa278a57c9a61e2663886c271d0f7a7bf
parentb07b40b335e880f21a7099f86487860a8209e18f
Added checking in the regular expression parser that we're below the
stack limit and that the zone allocation limit hasn't been met.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@879 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/parser.cc
src/top.cc
src/top.h
src/zone-inl.h
src/zone.cc
src/zone.h
test/cctest/test-regexp.cc