On Wed, Mar 17, 2010 at 2:44 AM, Henrik Lindqvist <
henrik.lindqv...@gmail.com> wrote:

>    "Derived2.prototype = new Base;             \n"
>    "Derived2.prototype.constructor = Derived2; \n"
>

IIRC, this isn't the way to do it in v8. i remember going through similar
pain when i wrote my ncurses wrappper for v8, and now i find that i
documented it:

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

see the section called "Inheritance...", near the end of the table of
contents.

i hope that helps.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users

Reply via email to