Mark a bunch of places where we enter or leave V8 through the API.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 31 Mar 2009 09:07:57 +0000 (09:07 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 31 Mar 2009 09:07:57 +0000 (09:07 +0000)
commit87d8bcf7eefff401f9f5f7fb04c62039e5e39d68
tree68977fa42eda26c945b355d26779a654d21c3822
parente88d1e475e154d6fc64455b60e2375a6e5e5947b
Mark a bunch of places where we enter or leave V8 through the API.
Indiscriminately mark every place with EnsureInitialized, ON_BAILOUT,
or IsDeadCheck (even if they cannot write to V8's heap).  Also mark
callbacks, and one other place (Function::SetName) hit in Chromium.
Review URL: http://codereview.chromium.org/57049

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