Reviewers: Erik Corry, Christian Plesner Hansen,

Description:
Add support for forceful termination of JavaScript execution.

The termination is achieved by throwing an exception that is uncatchable
by JavaScript exception handlers.

Please review this at http://codereview.chromium.org/174056

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     include/v8.h
   M     src/api.cc
   M     src/arm/codegen-arm.cc
   M     src/codegen.h
   M     src/execution.h
   M     src/execution.cc
   M     src/heap.h
   M     src/heap.cc
   M     src/ia32/codegen-ia32.cc
   M     src/messages.cc
   M     src/objects-debug.cc
   M     src/objects-inl.h
   M     src/top.h
   M     src/top.cc
   M     src/v8threads.h
   M     src/v8threads.cc
   M     src/x64/codegen-x64.cc
   M     test/cctest/SConscript
   A     test/cctest/test-thread-termination.cc
   M     test/cctest/test-threads.cc



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to