like this
class MyClass 
{
     //setter
     //gettter
     public:
     void TestA()
     {

     }
}

Then set FunctionTemplate to js
js can use this: var a = MyClass(); a.fn= function() {}

my question is : in TestA how can i invoke a.fn?
TestA is not call by js , no args , mybe it's a async method
how can i get the Local<object>?

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

Reply via email to