| Name | Description |
---|
 | Compile(String) |
Creates a compiled script.
|
 | Compile(DocumentInfo, String) |
Creates a compiled script with the specified document meta-information.
|
 | Compile(String, String) |
Creates a compiled script with an associated document name.
|
 | Compile(String, V8CacheKind, Byte[]) |
Creates a compiled script, generating cache data for accelerated recompilation.
|
 | Compile(DocumentInfo, String, V8CacheKind, Byte[]) |
Creates a compiled script with the specified document meta-information, generating cache data for accelerated recompilation.
|
 | Compile(String, V8CacheKind, Byte[], Boolean) |
Creates a compiled script, consuming previously generated cache data.
|
 | Compile(String, V8CacheKind, Byte[], V8CacheResult) |
Creates a compiled script, consuming previously generated cache data and updating it if necessary.
|
 | Compile(String, String, V8CacheKind, Byte[]) |
Creates a compiled script with an associated document name, generating cache data for accelerated recompilation.
|
 | Compile(DocumentInfo, String, V8CacheKind, Byte[], Boolean) |
Creates a compiled script with the specified document meta-information, consuming previously generated cache data.
|
 | Compile(DocumentInfo, String, V8CacheKind, Byte[], V8CacheResult) |
Creates a compiled script with the specified document meta-information, consuming previously generated cache data and updating it if necessary.
|
 | Compile(String, String, V8CacheKind, Byte[], Boolean) |
Creates a compiled script with an associated document name, consuming previously generated cache data.
|
 | Compile(String, String, V8CacheKind, Byte[], V8CacheResult) |
Creates a compiled script with an associated document name, consuming previously generated cache data and updating it if necessary.
|