| Package | Description |
|---|---|
| com.eclipsesource.v8 | |
| com.eclipsesource.v8.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
V8
An isolated V8Runtime.
|
class |
V8Array
A V8Value that represents a JavaScript array.
|
class |
V8Function
A V8Value that represents a JavaScript function.
|
class |
V8Object
The concrete class for all V8 Objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract V8Value |
V8Value.createTwin() |
protected V8Value |
V8Object.createTwin() |
protected V8Value |
V8Function.createTwin() |
protected V8Value |
V8Array.createTwin() |
static V8Value |
V8.getUndefined()
Returns an UNDEFINED constant.
|
V8Value |
V8Value.twin()
Creates a new Java object pointing at the same V8 Value
as this.
|
| Modifier and Type | Method and Description |
|---|---|
V8Object |
V8Object.add(String key,
V8Value value)
Adds a key value pair to the receiver where the value is a V8Value.
|
protected void |
V8.createTwin(V8Value value,
V8Value twin) |
V8Array |
V8Array.push(V8Value value)
Pushes a V8Value to the next available spot in the Array.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<V8Value,V>> |
V8Map.entrySet() |
Set<V8Value> |
V8Map.keySet() |
| Modifier and Type | Method and Description |
|---|---|
V |
V8Map.put(V8Value key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
void |
V8Map.putAll(Map<? extends V8Value,? extends V> m) |
Copyright © 2015. All rights reserved.