I have a C++ XPCOM object that I have exposed to JavaScript. Calls from the JS environment to methods on my C++ object are working fine. I'm now introducing a new method to my C++ object that needs to return a JS Array back to the JavaScript caller. Is there an example in the mozilla tree that demonstrates how to do this sort of thing? If not, does anyone care to share snippet(s), or point me to a site, that illustrates the technique?
_______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
