I'm using V8 3.19 in my application. I will need to upgrade soon to some latest V8 version (at least 4.5).
In the V8 3.19 there are API calls V8::IgnoreOutOfMemoryException() and Context::HasOutOfMemoryException() which let me don't invalidate entire isolate when some context fails with OOM and then detect that context have caused OOM. But as I can see, in the latest V8 these API calls are removed. So my question is: what is the current technique with latest V8 to get the same effect: don't invalidate entire isolate when some context fails with OOM and then detect that context have caused OOM? -- -- 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.
