Hello,

I need to somehow take a String representation of a function call that
is passed into a Rhino app e.g. myMethod(1e12, null, {name: "foo",
"String"}) and preserve/convert the parameter types to their
respective JS types. Meaning in the example above, if I somehow split
the params into a String[], then everything becomes a string value and
I am unclear how to make say the null parameter and make it a true JS
null object etc.?

I am fairly new to Rhino, so excuse my ignorance. How does a string
become a proper JS function call via Rhino?
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to