I create an Error object registered with weak callback and throw it from my function callback. If the script has try catch and catches the error, my weak callback is called during GC. If the script does not catch it, but instead my TryCatch running the script catches it, my weak callback does not seem to ever be called.
Has anyone else seen this behavior? Is this a bug? -- -- 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.
