public interface IV8Cloneable
Modifier and Type | Method and Description |
---|---|
default <T extends V8Value> |
toClone()
Get a clone of the current V8 value.
|
<T extends V8Value> |
toClone(boolean referenceCopy)
Get a clone of the current V8 value.
|
@CheckReturnValue default <T extends V8Value> T toClone() throws JavetException
T
- the type parameterJavetException
- the javet exception@CheckReturnValue <T extends V8Value> T toClone(boolean referenceCopy) throws JavetException
T
- the type parameterreferenceCopy
- the reference copyJavetException
- the javet exception