Hi, the destructor callback on weak1 is correctly invoked when the CollectAllGarbage() occurs. But the globalWeak callback never happens, even when i dispose of the current context and of the global object. am i doing something wrong?
var globalWeak = new MyWeakType(); function Test() { var weak1 = new MyWeakType(); } Test(); -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.