On Thu, Apr 26, 2012 at 10:21 PM, Ryan Cole <[email protected]> wrote: > Ok. I guess that's where I need to figure out how to adjust my code, then. > I went ahead and wrote a longer description of my situation on > stackoverflow.com, because I felt like I could format it better and get > the whole description out there all at once without having to re-write it > for other places. Here's a link to that: > > > http://stackoverflow.com/questions/10340552/how-to-pass-a-wrapped-c-object-to-a-javascript-callback > >
There is no 3-line answer, but you might find some of these docs interesting (if only for ideas): http://code.google.com/p/v8-juice/wiki/V8Convert http://code.google.com/p/v8-juice/wiki/V8Convert_FunctionBinding http://code.google.com/p/v8-juice/wiki/V8Convert_XTo http://code.google.com/p/v8-juice/wiki/V8Convert_ClassCreator In particular, the 2nd link (2nd to last section of the page) might be relevant for you. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
