On Jan 29, 6:33 am, rhtdm48 <[email protected]> wrote: > Is there any way to get the arguments type of a function written in > javascript.
Not sure what you're asking here; JavaScript function arguments are dynamically typed. > and also a way to pass javascript objects to java and passing java > objects to javascript Does http://www.mozilla.org/rhino/ScriptingJava.html tell you what you need to know? > > plz tell me how to do this?.. > > Thank you.. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
