Comment #16 on issue 144 by edy.burt: Easy C++ Wrapper for Embedding
http://code.google.com/p/v8/issues/detail?id=144

I actually wrote an entire class that wraps around a handle and allows for much-like-JavaScript manipulation (using operators & templated methods) within C++ these days. I also use a descriptive format that gets parsed and converted into C++ for bindings. It handles function arguments overload, this (which in the code become instances of my magic wrapper) and also creates a method that installs the objects/constructors/functions/constants into the global objects. However, it's a work in progress and a bit messy. The project page is https://github.com/eddyb/v8-gearbox (warning: barely any documentation).

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

Reply via email to