Uses of Class
org.frankframework.javascript.JavascriptException
-
Uses of JavascriptException in org.frankframework.javascript
Modifier and TypeMethodDescriptionGraalJS.executeFunction
(String name, Object... parameters) Deprecated.J2V8.executeFunction
(String name, Object... parameters) JavascriptEngine.executeFunction
(String name, Object... parameters) Executes a javascript function and returns the result of that functionvoid
GraalJS.executeScript
(String script) Deprecated.void
J2V8.executeScript
(String script) void
JavascriptEngine.executeScript
(String script) Read the functions of a given javascript filevoid
J2V8.startRuntime()
The V8 runtime (DLL/SO files) have to be extracted somewhere, using an absolute path.void
JavascriptEngine.startRuntime()
Initialize the runtime for the specified engine