This implements per-isolate locking and unlocking, including tests
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 29 Apr 2011 21:26:03 +0000 (21:26 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 29 Apr 2011 21:26:03 +0000 (21:26 +0000)
commitf4c120d6159b22a1f2d136091f302dfe505de66c
tree788434cb1e76cd7cc4366b2d74f1582f873c1631
parent22fdd1cdbbce96ba5d72fcdc4c77170d214fecf4
This implements per-isolate locking and unlocking, including tests

BUG=
TEST=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7734 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 files changed:
include/v8.h
src/api.cc
src/api.h
src/execution.cc
src/isolate.cc
src/isolate.h
src/objects.cc
src/objects.h
src/top.cc
src/v8threads.cc
test/cctest/SConscript
test/cctest/cctest.gyp
test/cctest/test-api.cc
test/cctest/test-lockers.cc [new file with mode: 0644]