http://codereview.chromium.org/174056/diff/1/20
File src/execution.cc (right):

http://codereview.chromium.org/174056/diff/1/20#newcode657
Line 657: return Top::TerminateExecution();
It should work. Top::TerminateExecution() returns Failure::Exception,
which is what the native RegExp checks against (result->IsException). It
will be handled just as any other exception by the RegExp calling code,
which means terminating the regexp and returning Failure::Exception()
from the runtime call.

http://codereview.chromium.org/174056

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

Reply via email to