Primitive
- the type parameterpublic abstract class V8ValueNumber<Primitive> extends V8ValuePrimitive<Primitive>
value
OBJECT_CONVERTER, v8Runtime
Constructor and Description |
---|
V8ValueNumber(V8Runtime v8Runtime)
Instantiates a new V8 value number.
|
V8ValueNumber(V8Runtime v8Runtime,
Primitive value)
Instantiates a new V8 value number.
|
close, equals, getValue, isEmpty, isPresent, sameValue, strictEquals, toString
checkV8Runtime, getV8Runtime, isClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asBoolean, asDouble, asInt, asLong, asString, isNull, isNullOrUndefined, isUndefined
toClone, toClone
public V8ValueNumber(V8Runtime v8Runtime) throws JavetException
v8Runtime
- the V8 runtimeJavetException
- the javet exceptionpublic V8ValueNumber(V8Runtime v8Runtime, Primitive value) throws JavetException
v8Runtime
- the V8 runtimevalue
- the valueJavetException
- the javet exception