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.
