The deferred handes list belongs to the Isolate and not to the
authorsanjoy@chromium.org <sanjoy@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Jul 2012 14:15:02 +0000 (14:15 +0000)
committersanjoy@chromium.org <sanjoy@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Jul 2012 14:15:02 +0000 (14:15 +0000)
commit71618ee6aa22a9e1e28bad91d99363badc053b5e
tree405ea5624c18f3574471e66740eb2db75d39ae7d
parentcd98b0c839f8c35e35ec8e4ee1fc02113ac78657
The deferred handes list belongs to the Isolate and not to the
HandleScopeImplementer (since it isn't something specific to a
particular thread executing on an Isolate). This patch ensures correct
traversal of the handles when when multiple compilations are queued
up.

BUG=
TEST=

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

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