On Jan 27, 7:05 am, rhtdm48 <[email protected]> wrote:
> Is there anyway to get the handle of javascript by using which we can
> directly call any function written in javascript.

Not sure exactly what you're asking. You can define functions in a
scope, call get("myFunctionName) on that scope, get a Function object
back, and call it...

--N
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to