public static interface IJavetDirectCallable.ThisAndNoResult<E extends java.lang.Exception> extends IJavetDirectCallable.DirectCall
Modifier and Type | Method and Description |
---|---|
void |
call(V8Value thisObject,
V8Value... v8Values)
Call by this object.
|
void call(V8Value thisObject, V8Value... v8Values) throws JavetException, E extends java.lang.Exception
thisObject
- the this objectv8Values
- the V8 valuesJavetException
- the javet exceptionE
- the custom exceptionE extends java.lang.Exception