public final class V8ValueUnknown extends V8ValuePrimitive<java.lang.String> implements IV8ValueNonProxyable
valueOBJECT_CONVERTER, v8Runtime| Constructor and Description |
|---|
V8ValueUnknown(V8Runtime v8Runtime)
Instantiates a new V8 value unknown.
|
V8ValueUnknown(V8Runtime v8Runtime,
java.lang.String value)
Instantiates a new V 8 value unknown.
|
| Modifier and Type | Method and Description |
|---|---|
V8ValueUnknown |
toClone(boolean referenceCopy)
Get a clone of the current V8 value.
|
close, equals, getValue, isEmpty, isPresent, sameValue, strictEquals, toStringcheckV8Runtime, getV8Runtime, isClosedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasBoolean, asDouble, asInt, asLong, asString, isNull, isNullOrUndefined, isUndefinedtoClonepublic V8ValueUnknown(V8Runtime v8Runtime) throws JavetException
v8Runtime - the V8 runtimeJavetException - the javet exceptionpublic V8ValueUnknown(V8Runtime v8Runtime, java.lang.String value) throws JavetException
v8Runtime - the v 8 runtimevalue - the valueJavetException - the javet exceptionpublic V8ValueUnknown toClone(boolean referenceCopy) throws JavetException
IV8CloneabletoClone in interface IV8CloneablereferenceCopy - the reference copyJavetException - the javet exception