On Mon, Oct 15, 2018 at 7:15 PM Michael FIG <[email protected]> wrote:
> I think I will also call the interceptor at the top of every catch block, > to allow it to keep throwing all the way up the stack. > And finally block! That is a nice elegant solution for turning these situations into clean transaction aborts rather than thrown errors. With such extra calls inserted, you should indeed be able to guarantee that no further guest code executes once it hits this exhaustion condition. Nice! > > Michael. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Google Caja Discuss" 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. > -- Cheers, --MarkM -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" 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.
