Java jdk.nashorn.internal.objects Global fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.objects Global fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

doubleInfinity
Value property Infinity of the Global Object - ECMA 15.1.1.2 Infinity

Constructor

Method

voidaddShellBuiltins()
Adds jjs shell interactive mode builtin functions to global scope.
ScriptObjectnewEmptyInstance()
Create a new empty object instance.
voidsetScriptContext(final ScriptContext ctxt)
Set the current script context
ObjecttoObject(final Object obj)
ECMA 9.9 ToObject implementation