You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently not. I've taken a look at the JSR-223 interfaces. They are not very different from the ones used in JSVM, but there are serveral, important differences. The biggest one is that JSVM uses JSValue wrapper objects with methods such as .asInt() whereas JSR-223 uses unwrapped Java objects and Java casts (e.g. (Double) value).
What would be the value in supporting JSR-223? So far, from skimming over the technical notes the only advantage I can see is ease of migration from Nashorn to JSVM.
Hi, are you planning to support the JSR-223 ?
https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/prog_guide/api.html
The text was updated successfully, but these errors were encountered: