Java jdk.nashorn.internal.scripts JO fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.scripts JO fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.internal.scripts JO.

The text is from its open source code.

Constructor

JO(final PropertyMap map)
Constructor given an initial property map
JO(final ScriptObject proto)
Constructor given an initial prototype and the default initial property map.

Method

Objectput(final Object key, final Object value, final boolean strict)
Put a property in the ScriptObject (java.util.Map-like method to help ScriptObjectMirror implementation)