public static interface IJavetDirectCallable.SetterAndThis<E extends java.lang.Exception> extends IJavetDirectCallable.DirectCall
| Modifier and Type | Method and Description |
|---|---|
V8Value |
set(V8Value thisObject,
V8Value v8ValueValue)
Set the property value by a property key
with this object passed in.
|
V8Value set(V8Value thisObject, V8Value v8ValueValue) throws JavetException, E extends java.lang.Exception
thisObject - the this objectv8ValueValue - the V8 value valueJavetException - the javet exceptionE - the custom exceptionE extends java.lang.Exception