|
Class Summary |
| Console |
Provides a console for interaction with the JavaScript environment on the server |
| Export |
|
| JSON |
|
| JSONParser |
This class is derived from the Stringtree JSON implementation under the Apache license
http://www.stringtree.org/stringtree-json.html
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. |
| JsponEncoding |
|
| SourceTrackingFunctionNode |
This is JavaScript AST Node for a function with the added ability to track the
original source (including comments), so we don't lose information from
decompilation. |
| StringEncoder |
|
| WeakValueHashMap<K,V> |
Strong references to keys, and weak references to values, used for caching
This is mostly copied from WeakHashMap (modified for using weak references to values instead of keys) |