How about separate call backs at the class level? That would solve my problem with minimal code movement. Something like:JSClassSetPropertyGetterSetter (ctx,class,"red",myRedGetter,myRedSetter);Would that be more within the design?
Yes. That's what I had in mind when I mentioned "an API for adding C getters and setters to a class individually."
Geoff _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

