Add methods to allow resuming execution after calling TerminateExecution().
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Apr 2013 15:01:45 +0000 (15:01 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Apr 2013 15:01:45 +0000 (15:01 +0000)
commit4d1362720f2cf782b7f1c3759d09aea7c0e10331
treec46c1d8d4a9faf7a274e8ffb4571c74da020d195
parent6ada4790b70070d834446e391dd29225198360fa
Add methods to allow resuming execution after calling TerminateExecution().

R=mvstanton@chromium.org
BUG=v8:2361

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

Patch from Andrew Paprocki <andrew@ishiboo.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14378 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
AUTHORS
include/v8.h
src/api.cc
src/execution.cc
src/execution.h
src/isolate.cc
src/isolate.h
test/cctest/test-thread-termination.cc