As pointed out by @kipz in this PR Nashorn doesn't support defining properties on instances of SimpleBindings. I took the liberty to extend his proposed fix in order to use JS objects pretty much everywhere those were used. This should address issue #15.
As pointed out by @kipz in this PR Nashorn doesn't support defining properties on instances of
SimpleBindings
. I took the liberty to extend his proposed fix in order to use JS objects pretty much everywhere those were used. This should address issue #15.