SungchulCho / v8-juice

Automatically exported from code.google.com/p/v8-juice
Other
0 stars 0 forks source link

ncurses + sqlite3 bindings need to be refactored to not use v8::External #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As it turns out, it's apparently not safe pass External wrappers to js. See
the explanation here:

http://groups.google.com/group/v8-users/browse_thread/thread/d5a1734d98996468/32
6302472af30281#326302472af30281

the ncurses + sqlite3 bindings do so extensively (exclusively, in fact).
Now that i've learned how to wrap classes, this can be fixed.

Original issue reported on code.google.com by sgbeal@googlemail.com on 9 Mar 2009 at 10:00

GoogleCodeExporter commented 8 years ago
The older ncurses and sqlite3 plugins, modelling the C APIs, have both been 
scrapped
and replaced with OO variants.

Original comment by sgbeal@googlemail.com on 24 Mar 2009 at 10:56