See: Description
| Interface | Description |
|---|---|
| IV8Executor |
The interface V8 executor.
|
| Class | Description |
|---|---|
| BaseV8Executor |
The type Base V8 executor.
|
| V8FileExecutor |
The type V8 file executor.
|
| V8PathExecutor |
The type V8 path executor.
|
| V8StringExecutor |
The type V8 string executor.
|
Obtain an executor via v8Runtime.getExecutor(...):
V8StringExecutor - Execute JavaScript from a String.V8FileExecutor - Execute JavaScript from a File.V8PathExecutor - Execute JavaScript from a Path.
All executors implement IV8Executor which provides
methods for script execution, module compilation, resource naming, and cached data support.