Ensure the result is used for the remaining calls to SetElement
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Mar 2011 11:14:25 +0000 (11:14 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 8 Mar 2011 11:14:25 +0000 (11:14 +0000)
commitc3f9e1dee2e8c26ef8fbf83e3ed24bed3a543155
treef7956131c69a02258d2e6051abe2c243e6aa9547
parent4b912c6af3f56933c3cd02815d242d464e5c82fd
Ensure the result is used for the remaining calls to SetElement

Now mark SetElement as must use result

The debugger runs inside its own context so there should be no setters hit. Which is the reason for the live-edit code asserting non-empty handles.
Review URL: http://codereview.chromium.org/6621042

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7088 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/debug.cc
src/handles.h
src/liveedit.cc