Hi, I have a question about javascript/C++ bindings in webkit. For example, I have an extern C++ class (attributes+methodes) My objective is to access to this class from javascript like this:
var object = new mycpluplusclass(); object.getattribute; object.mycplusplusfunction; .... I know that I need to use JSClassDefinition and set the JSStaticFunction. But I dont know how to define my C++ constructor in JSObjectCallAsConstructorCallback Same thing for get/set Property(C++ attribute). Any suggestions are welcome. Regards, Wadii
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help