Class ECMAEngine


  • public final class ECMAEngine
    extends Object
    • Constructor Detail

      • ECMAEngine

        public ECMAEngine​(io.vertx.core.Vertx vertx)
    • Method Detail

      • newContext

        public Runtime newContext​(org.graalvm.polyglot.io.FileSystem fileSystem,
                                  org.graalvm.polyglot.Source... scripts)
        return a new context for this engine.
        Parameters:
        scripts - scripts that shall be run at the creation of the runtime, usually for polyfills, initialization, customization.
        Returns:
        new context.
      • close

        public void close()