Hi, I'm extending a Java class via the -extends argument to the debugger. So far, I declare my JS function simply via
function myFunc() {
// do something
}
The Rhino compiler turns this into a method returning
java.lang.Object, as seen via javap.
Is there a way to let the compiled method be of type void?
Thanks,
Thomas
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
