Remove HandleCell and use GlobalHandle and HandleScope::Escape instead.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 1 Mar 2011 14:00:55 +0000 (14:00 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 1 Mar 2011 14:00:55 +0000 (14:00 +0000)
commit6475f8d7e532086c8f0ed9a565e58c80eb49fede
tree28ad4fd40ea90b2f4e162639d8dfe76fd7cad0fd
parent97aecae1cb10a3334bd068aaa4559f691c5aab5c
Remove HandleCell and use GlobalHandle and HandleScope::Escape instead.

Added HandleScope::Escape to HandleScope to allow exiting a value
from a scope.

Review URL: http://codereview.chromium.org/6594075

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