Fix 3 places where we were doing retry after GC without using the macros that
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 30 Oct 2008 11:12:08 +0000 (11:12 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 30 Oct 2008 11:12:08 +0000 (11:12 +0000)
commit8a8a24870b8bd8af18ea0f8f74a002fe5b9ffb36
tree66ab0d089bf6432dfbec3e0f6568e9910a9cffd1
parent52b2a126842e04171f109a9dc79526a7c8a03309
Fix 3 places where we were doing retry after GC without using the macros that
were defined for that purpose.
Review URL: http://codereview.chromium.org/8734

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@650 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/builtins.cc
src/factory.cc
src/jsregexp.cc