[v8-users] Re: C++ object prototype still not working

2017-01-07 Thread tblodt
I've got a V8 library on github that isn't abandoned: https://github.com/tbodt/v8py. I've gotten pretty much everything to work with it. It's a Python extension module, though... Hope this helps. ~Theodore On Wednesday, December 21, 2016 at 9:33:02 AM UTC-8, kent williams wrote: > > I think

[v8-users] Why does CompileUnbound require a context?

2017-01-07 Thread tblodt
I'd like to compile a script without any context active or present. When I tried to use CompileUnbound, it crashed because there was no current context. Is there some way I can do this? ~Theodore -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users