public final class V8FunctionCallback
extends java.lang.Object
| Constructor and Description |
|---|
V8FunctionCallback() |
| Modifier and Type | Method and Description |
|---|---|
static V8Value |
receiveCallback(V8Runtime v8Runtime,
JavetCallbackContext javetCallbackContext,
V8Value thisObject,
V8Value[] args)
Receive callback and return the V8 value.
|
public static V8Value receiveCallback(V8Runtime v8Runtime, JavetCallbackContext javetCallbackContext, V8Value thisObject, V8Value[] args) throws java.lang.Throwable
v8Runtime - the V8 runtimejavetCallbackContext - the javet callback contextthisObject - this objectargs - the argsjava.lang.Throwable - the throwable