| Interface | Description |
|---|---|
| V8Runnable |
Classes can implement this interface to execute arbitrary code on
isolated V8 runtime on its own thread.
|
| Class | Description |
|---|---|
| DebugTunnel | Deprecated |
| V8Executor |
Executes a JS Script on a new V8 runtime in its own thread, and once finished,
will optionally wait on a message queue.
|
| V8Map<V> |
A Map that maps V8Values to arbitrary Java Objects.
|
| V8ObjectUtils |
A set of static helper methods to convert V8Objects / V8Arrays to
java.util Maps and Lists and back again.
|
| V8Thread |
A Thread with its own V8 runtime.
|
Copyright © 2015. All rights reserved.