On Thu, Sep 4, 2014 at 6:01 AM, Srinivas <[email protected]> wrote:
> [...] Can Some one help me to understand whether it is possible to Unlock > while in the middle of some JS function execution and entered by another > thread.? > This should work, e.g. Chrome's proxy resolver is working like that, see: https://code.google.com/p/chromium/codesearch#chromium/src/net/proxy/proxy_resolver_v8.cc&q=DnsResolveCallbackHelper&sq=package:chromium&type=cs&l=598 Without any more details it's hard to tell what's wrong with your code. The best route for you would probably be building a debug version of v8 to get a stack trace where exactly things crash. -- -- 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.
