E - the type parameterpublic interface IClassProxyPluginFunction<E extends java.lang.Exception>
| Modifier and Type | Method and Description |
|---|---|
V8Value |
invoke(V8Runtime v8Runtime,
java.lang.Object targetObject)
Invoke the function by the V8 runtime and the target object, then return a V8 value.
|
V8Value invoke(V8Runtime v8Runtime, java.lang.Object targetObject) throws JavetException, E extends java.lang.Exception
v8Runtime - the V8 runtimetargetObject - the target objectJavetException - the javet exceptionE - the custom exceptionE extends java.lang.Exception