| Package | Description |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.regexp | |
| org.mozilla.javascript.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFunction
The base class for Function objects
See ECMA 15.3.
|
class |
FunctionObject |
class |
IdFunctionObject |
class |
IdScriptableObject
Base class for native object implementation that uses IdFunctionObject to export its methods to script via
|
class |
ImporterTopLevel
Class ImporterTopLevel
This class defines a ScriptableObject that can be instantiated
as a top-level ("global") object to provide functionality similar
to Java's "import" statement.
|
class |
NativeArray
This class implements the Array native object.
|
class |
NativeCall
This class implements the activation object.
|
class |
NativeContinuation |
class |
NativeFunction
This class implements the Function native object.
|
class |
NativeGenerator
This class implements generator objects.
|
class |
NativeIterator
This class implements iterator objects.
|
class |
NativeJavaConstructor
This class reflects a single Java constructor into the JavaScript
environment.
|
class |
NativeJavaMethod
This class reflects Java methods into the JavaScript environment and
handles overloading of methods.
|
class |
NativeJavaPackage
This class reflects Java packages into the JavaScript environment.
|
class |
NativeJavaTopPackage
This class reflects Java packages into the JavaScript environment.
|
class |
NativeObject
This class implements the Object native object.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptableObject |
ScriptRuntime.getGlobal(Context cx) |
static ScriptableObject |
ScriptRuntime.getLibraryScopeOrNull(Scriptable scope) |
ScriptableObject |
Context.initStandardObjects()
Initialize the standard objects.
|
static ScriptableObject |
ScriptRuntime.initStandardObjects(Context cx,
ScriptableObject scope,
boolean sealed) |
ScriptableObject |
Context.initStandardObjects(ScriptableObject scope,
boolean sealed)
Initialize the standard objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassCache.associate(ScriptableObject topScope)
Associate ClassCache object with the given top-level scope.
|
static ScriptableObject |
ScriptRuntime.initStandardObjects(Context cx,
ScriptableObject scope,
boolean sealed) |
Scriptable |
Context.initStandardObjects(ScriptableObject scope)
Initialize the standard objects.
|
ScriptableObject |
Context.initStandardObjects(ScriptableObject scope,
boolean sealed)
Initialize the standard objects.
|
static void |
ScriptRuntime.setObjectProtoAndParent(ScriptableObject object,
Scriptable scope) |
| Constructor and Description |
|---|
LazilyLoadedCtor(ScriptableObject scope,
String propertyName,
String className,
boolean sealed) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeRegExp
This class implements the RegExp native object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLObject
This Interface describes what all XML objects (XML, XMLList) should have in common.
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.