On Feb 26, 7:56 pm, Stephan Beal <[email protected]> wrote: > On a related note: i haven't yet seen a way to tie a destructor to a > native object, such that it will be destroyed when its JS-side > representation is destroyed, or some way to be notified when a JS > object is destroyed (so that i can do the native-side destruction > there). How is this done in v8?
Scratch that - another recent post links to this article: http://create.tpsitulsa.com/blog/2009/01/31/persistent-handles/ which is just what i was looking for. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
