| Package | Description |
|---|---|
| org.jaggeryjs.scriptengine.engine |
| Modifier and Type | Method and Description |
|---|---|
List<JavaScriptProperty> |
JavaScriptModule.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScriptModule.addProperty(JavaScriptProperty property) |
void |
RhinoEngine.defineProperty(JavaScriptProperty property)
This method registers the specified property in the engine scope.
|
static void |
RhinoEngine.defineProperty(org.mozilla.javascript.ScriptableObject scope,
JavaScriptProperty property)
This method registers the specified property in the specified scope.
|
Copyright © 2015 WSO2 Inc. All rights reserved.