R
- the type parameter for the resultpublic interface IV8RuntimeObserver<R>
Modifier and Type | Method and Description |
---|---|
default R |
getResult()
Gets result.
|
void |
observe(V8Runtime v8Runtime)
Observe the input V8 runtime.
|
default void |
reset()
Reset.
|