| Package | Description |
|---|---|
| com.eclipsesource.v8 | |
| com.eclipsesource.v8.utils |
| Class and 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.
|
| 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.
|
| V8RuntimeException
A top-level exception used to indicate that a script failed.
|
| V8ScriptException
An exception that indicates that the execution of a script failed.
|
| V8Value
A base class for all V8 resources.
|
| Class and Description |
|---|
| Releasable
An interface used to denote all V8 Classes which can be released.
|
| V8
An isolated V8Runtime.
|
| V8Array
A V8Value that represents a JavaScript array.
|
| V8Object
The concrete class for all V8 Objects.
|
| V8Value
A base class for all V8 resources.
|
Copyright © 2015. All rights reserved.