Get rid of isolate state.
authorjochen@chromium.org <jochen@chromium.org>
Wed, 8 Oct 2014 11:51:57 +0000 (11:51 +0000)
committerjochen@chromium.org <jochen@chromium.org>
Wed, 8 Oct 2014 11:51:57 +0000 (11:51 +0000)
commit9bbf7887504b0fad38db21be54879bae81af8cf5
tree1784d2942ee2f5e957db71227c0654cdeec1cf4a
parent76441ed516d0fa6f9d31eb231d69dfccd2599b78
Get rid of isolate state.

it's not thread safe, and there are only initialized isolates now.

BUG=none
R=svenpanne@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/633363002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/api.cc
src/heap/heap.cc
src/heap/heap.h
src/heap/incremental-marking.cc
src/isolate.cc
src/isolate.h
src/sampler.cc
src/v8threads.cc