| Interface | Description |
|---|---|
| JavaCallback |
Classes that implement this interface provide a method
which can be invoked from JavaScript.
|
| JavaVoidCallback |
Classes that implement this interface provide a method
which can be invoked from JavaScript.
|
| Releasable |
An interface used to denote all V8 Classes which can be released.
|
| Class | Description |
|---|---|
| V8 |
An isolated V8Runtime.
|
| V8Array |
A V8Value that represents a JavaScript array.
|
| V8Function |
A V8Value that represents a JavaScript function.
|
| V8Locker |
Represents a lock for a V8Runtime that can be moved between
threads.
|
| V8Object |
The concrete class for all V8 Objects.
|
| V8Value |
A base class for all V8 resources.
|
| Exception | Description |
|---|---|
| V8ResultUndefined |
An exception that's used to indicate that method that should have returned a
primitive, returned an Undefined instead.
|
| V8RuntimeException |
A top-level exception used to indicate that a script failed.
|
| V8ScriptCompilationException |
An exception used to indicate that a script failed to compile.
|
| V8ScriptException |
An exception that indicates that the execution of a script failed.
|
| V8ScriptExecutionException |
An exception used to indicate that a script failed to execute.
|
Copyright © 2015. All rights reserved.