Hi, all! i've spent the past day cleaning up the code to wrap native
data, made the code only dependent on v8 (not on my libs, meaning you
can use it, too), and writing documentation. There's a fairly thorough
article here, with links to the source code:

http://code.google.com/p/v8-juice/wiki/CreatingJSClasses

The weak pointer handler has already saved me tons of code duplication
in plugins code, and the API is set up so that users can hook their
own GC routines in during construction/destruction of the native
objects (e.g. the AddToGC() and RemoveFromGC() routines Alex(?)
presented).

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to