| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN |
static int |
DOUBLE |
static int |
INTEGER |
static int |
NULL |
protected int |
objectHandle |
protected boolean |
released |
static int |
STRING |
static int |
UNDEFINED |
static int |
UNKNOWN |
protected V8 |
v8 |
static int |
V8_ARRAY |
static int |
V8_OBJECT |
protected static int |
v8ObjectInstanceCounter |
| Constructor and Description |
|---|
V8Value() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkReleaesd() |
boolean |
equals(Object that) |
int |
getHandle() |
int |
hashCode() |
protected void |
initialize(int runtimeHandle,
int objectHandle) |
boolean |
isReleased() |
boolean |
isUndefined() |
void |
release() |
abstract String |
toString() |
public static final int NULL
public static final int UNKNOWN
public static final int INTEGER
public static final int DOUBLE
public static final int BOOLEAN
public static final int STRING
public static final int V8_ARRAY
public static final int V8_OBJECT
public static final int UNDEFINED
protected static int v8ObjectInstanceCounter
protected V8 v8
protected int objectHandle
protected boolean released
Copyright © 2015. All rights reserved.