| Package | Description |
|---|---|
| com.eclipsesource.v8 | |
| com.eclipsesource.v8.utils |
| Modifier and Type | Field and Description |
|---|---|
protected V8 |
V8Value.v8 |
| Modifier and Type | Method and Description |
|---|---|
static V8 |
V8.createV8Runtime() |
static V8 |
V8.createV8Runtime(String globalAlias) |
static V8 |
V8.createV8Runtime(String globalAlias,
String tempDirectory) |
| Constructor and Description |
|---|
V8Array(V8 v8) |
V8Object(V8 v8) |
V8Object(V8 v8,
int objectHandle) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
V8ObjectUtils.getV8Result(V8 v8,
Object value) |
static void |
V8ObjectUtils.pushValue(V8 v8,
V8Array result,
Object value) |
static V8Array |
V8ObjectUtils.toV8Array(V8 v8,
List<? extends Object> list) |
static V8Object |
V8ObjectUtils.toV8Object(V8 v8,
Map<String,? extends Object> map) |
Copyright © 2015. All rights reserved.