On 2012/12/06 15:07:34, Sven Panne wrote:
Just a single quick drive-by comment. Apart from this, I would be interested
in
the use case for the new API entries, it is not immediately obvious, at least
not for me. :-)

Basically, I am submitting a patch to add a 'timeout' parameter to the Node.js
'vm' code. In order to support timeouts, the code has to call
TerminateExecution, but since Node.js itself is written in JS and is executing JS code, the termination must only terminate the application code and not fully unwind the entire stack, including all of the Node.js JS frames. This change is needed for the Node.js code to work properly so that if the timeout does fire,
execution will continue from the correct point in code.

https://codereview.chromium.org/11142013/

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

Reply via email to