Exceptions are there to be caught O.o If you want to "catch" a failure via your syste, consider terminating the actual process with a error message or error code, that oyur system understands.
Am 26.06.2014 um 06:53 schrieb Jane Chen <[email protected]>: > I need a way to throw an exception from a function callback. For this type > of exception, I don't want the script to catch it, but instead, I'd like v8 > to throw it out to my system so that I can catch it and re-run the script. > Does v8 provide such an API? If not, is there some kind of work-around I > could use? > > I'm on 3.24 but could upgrade to trunk if needed. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
