Cleanup the default Isolate's entry stack.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Jul 2013 07:21:07 +0000 (07:21 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 2 Jul 2013 07:21:07 +0000 (07:21 +0000)
commit75bb6b9ed80d9cd5909f7faf6fbbe1b5668d9d44
treecba1729b59de9836bc7471b2da22d880cb6374c9
parentc4b6e08ac331e669e7c910591bf826d090719e9c
Cleanup the default Isolate's entry stack.

This adds an ASSERT that the entry_stack_ of the Isolate is
empty upon destruction. The default Isolate is an exception
here, as it may still contain an entry stack item upon
destruction.

R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/18247004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15435 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/isolate.cc