public class JavetVirtualObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
converted
The Converted.
|
protected java.lang.Object |
object
The Object.
|
protected V8Value |
v8Value
The V8 value.
|
Constructor and Description |
---|
JavetVirtualObject(V8Value v8Value)
Instantiates a new Javet virtual object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Gets object.
|
V8Value |
getV8Value()
Gets V8 value.
|
boolean |
isConverted()
Is converted.
|
protected boolean converted
protected java.lang.Object object
protected V8Value v8Value
public JavetVirtualObject(V8Value v8Value)
v8Value
- the V8 valuepublic java.lang.Object getObject() throws JavetException
JavetException
- the javet exceptionpublic V8Value getV8Value()
public boolean isConverted()