Subj : Re: request for new feature in spidermonkey (or workaround) To : netscape.public.mozilla.jseng From : frutos Date : Mon May 10 2004 07:51 pm > The member functions of the c++ objects are called via a message system,so > with the extra parameter i'm asking for, i would be able to determine the > message id to send, according to the tiny id provided by spidermonkey Yep! Agreed, in a "messaging" environment using an identifier would allow generic callers implementation and runtime bindings declaration. I think this kind of usecase is going to be sollicited, as more apps/engines are using common messaging technique for inter-object communication. ...Would be very intersted in such a feature. Lo. .