Example usage for jdk.nashorn.internal.scripts JO JO

List of usage examples for jdk.nashorn.internal.scripts JO JO

Introduction

In this page you can find the example usage for jdk.nashorn.internal.scripts JO JO.

Prototype

public JO(final ScriptObject proto) 

Source Link

Document

Constructor given an initial prototype and the default initial property map.

Usage

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());
}