Allow allocation and GC in access check callbacks.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 14 Apr 2014 14:03:20 +0000 (14:03 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 14 Apr 2014 14:03:20 +0000 (14:03 +0000)
commit01fc2ab69bf5b8b71e629b21beb065fcacc0856a
tree10420e26a3065c663d7874b4f42d658fb15d78b7
parent203e41508611b8e9141ee951cd32b79ae33d9cda
Allow allocation and GC in access check callbacks.

R=ishell@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20730 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/handles.cc
src/isolate.cc
src/isolate.h
src/objects.cc
src/runtime.cc
test/cctest/test-api.cc