Primitive - the type parameterpublic abstract class V8ValueBigNumber<Primitive> extends V8ValuePrimitive<Primitive>
valueOBJECT_CONVERTER, v8Runtime| Constructor and Description |
|---|
V8ValueBigNumber(V8Runtime v8Runtime)
Instantiates a new V8 value big number.
|
V8ValueBigNumber(V8Runtime v8Runtime,
Primitive value)
Instantiates a new V8 value big number.
|
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, isUndefinedtoClone, toClonepublic V8ValueBigNumber(V8Runtime v8Runtime) throws JavetException
v8Runtime - the V8 runtimeJavetException - the javet exceptionpublic V8ValueBigNumber(V8Runtime v8Runtime, Primitive value) throws JavetException
v8Runtime - the V8 runtimevalue - the valueJavetException - the javet exception