| Package | Description |
|---|---|
| org.ringojs.engine |
The core scripting engine including the module loader.
|
| Modifier and Type | Method and Description |
|---|---|
ReloadableScript |
RhinoEngine.getScript(String moduleName)
Resolves a type name to a script file within our script directory
and returns a Scriptable evaluated to the file.
|
ReloadableScript |
RhinoEngine.getScript(String moduleName,
Repository localPath)
Resolves a type name to a script file within our script directory
and returns a Scriptable evaluated to the file.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReloadableScript.addDependency(ReloadableScript script)
Register a script that this script depends on.
|
Object |
RingoWorker.evaluateScript(org.mozilla.javascript.Context cx,
ReloadableScript script,
org.mozilla.javascript.Scriptable scope)
Evaluate a script within a given scope.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
ReloadableScript.getNestedChecksum(Set<ReloadableScript> set)
Get the recursive checksum of this script as a dependency.
|
Copyright © 2016. All rights reserved.