Add a second kind of HandleScope that ties the lifetime of Handles created in its...
authorsanjoy@chromium.org <sanjoy@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Jul 2012 09:31:31 +0000 (09:31 +0000)
committersanjoy@chromium.org <sanjoy@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Jul 2012 09:31:31 +0000 (09:31 +0000)
commit4a46de19e44892cb8453088429547399e0d83a23
treee59bc7046fc8138a74ef9edeff70cc90b4f2bbba
parentdc92b21c0693747a4460ff578100c4357eff5b43
Add a second kind of HandleScope that ties the lifetime of Handles created in its scope to the lifetime of a given CompilationInfo.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10697094

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11998 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/api.cc
src/api.h
src/compiler.cc
src/compiler.h
src/handles.cc
src/handles.h
src/hydrogen.cc