Class JsFunction.Executable

java.lang.Object
com.intuit.karate.graal.JsFunction
com.intuit.karate.graal.JsFunction.Executable
All Implemented Interfaces:
org.graalvm.polyglot.proxy.Proxy, org.graalvm.polyglot.proxy.ProxyExecutable, org.graalvm.polyglot.proxy.ProxyObject
Direct Known Subclasses:
JsFunction.Instantiable
Enclosing class:
JsFunction

public static class JsFunction.Executable extends JsFunction implements org.graalvm.polyglot.proxy.ProxyExecutable
  • Constructor Details

    • Executable

      protected Executable(org.graalvm.polyglot.Value value)
    • Executable

      protected Executable(org.graalvm.polyglot.Value value, boolean lock)
  • Method Details

    • execute

      public Object execute(JsEngine je, Object... args)
    • execute

      public Object execute(org.graalvm.polyglot.Value... args)
      Specified by:
      execute in interface org.graalvm.polyglot.proxy.ProxyExecutable