List of usage examples for jdk.nashorn.internal.scripts JO JO
public JO(final ScriptObject proto)
From source file:com.jayway.jsonpath.internal.spi.json.NashornJsonProvider.java
License:Apache License
@Override public Object createMap() { return new JO(jdk.nashorn.internal.runtime.PropertyMap.newMap()); }