|
|
Initializes the static fields of the ECMAScriptPacker class. |
| lookups seemed like the easiest way to do this since I don't know of an equivalent to .toString(36) | |
| lookup62. | |
| lookup95. |
|
|
Overloaded. Initializes a new instance of the ECMAScriptPacker class. |
| Packer enabled. | |
| The encoding level for this instance | |
| Adds a subroutine to the output to speed up decoding. | |
| Replaces special characters. |
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Packs the script. | |
| Returns a String that represents the current Object. |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |
| enabled. | |
| encoding. | |
| lookup list. | |
| fastDecode. | |
| IGNORE. | |
| specialChars. |
| analyze. | |
| zero encoding - just removal of whitespace and comments. | |
| bootstrap. | |
| Encode10 | |
| Encode36 | |
| encode62. | |
| encode95. | |
| Encode keywords. | |
| Encode local vars. | |
| encodePrivate. | |
| Encodes special characters. | |
| encode with lookup. | |
| escape. | |
| escape95. | |
| escape95Eval. | |
| An encoder factory. |
ECMAScriptPacker Class | Dean.Edwards Namespace