public abstract class BaseV8Executor extends java.lang.Object implements IV8Executor
Modifier and Type | Field and Description |
---|---|
protected V8Runtime |
v8Runtime
The V8 runtime.
|
protected V8ScriptOrigin |
v8ScriptOrigin
The V8 script origin.
|
Constructor and Description |
---|
BaseV8Executor(V8Runtime v8Runtime)
Instantiates a new Base V8 executor.
|
Modifier and Type | Method and Description |
---|---|
V8Runtime |
getV8Runtime()
Gets V8 runtime.
|
V8ScriptOrigin |
getV8ScriptOrigin()
Gets V8 script origin.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compileV8Module, compileV8Module, compileV8ModuleVoid, compileV8Script, compileV8Script, compileV8ScriptVoid, compileV8ValueFunction, compileV8ValueFunction, compileV8ValueFunction, getCachedData, getResourceName, getScriptString, isModule, setModule, setResourceName, toObject, toV8Value
execute, execute, executeBigInteger, executeBoolean, executeDouble, executeInteger, executeLong, executeObject, executeString, executeVoid, executeZonedDateTime
toObject
protected V8Runtime v8Runtime
protected V8ScriptOrigin v8ScriptOrigin
public BaseV8Executor(V8Runtime v8Runtime)
v8Runtime
- the V8 runtimepublic V8Runtime getV8Runtime()
IV8Executor
getV8Runtime
in interface IV8Executor
public V8ScriptOrigin getV8ScriptOrigin()
IV8Executor
getV8ScriptOrigin
in interface IV8Executor