Hi,
I have a small problem. I want to use functions, and functions of
class in V8, like this :
..
var a = print('blabla'); // normal function
Class.afunction(); // class function
..It works fine separately, but if I want to add to the same ObjectTemplate, it crashes. Can anybody answer me, why that is? thanks d. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
