Updates:
        Status: Invalid

Comment #1 on issue 2267 by [email protected]: problem on mapping c++ classes to javascript.
http://code.google.com/p/v8/issues/detail?id=2267

You are not using correct javascript syntax. What you want is something like this:

function f() { }

var b = {
  c : new f(),
  d : new f()
};

Please do not post questions to this issues tracker. Visit https://groups.google.com/group/v8-users instead.

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

Reply via email to