public final class ECMAEngine extends Object
| Constructor and Description |
|---|
ECMAEngine(io.vertx.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
org.graalvm.polyglot.io.FileSystem |
fileSystem() |
Runtime |
newContext(org.graalvm.polyglot.Source... scripts)
return a new context for this engine.
|
public org.graalvm.polyglot.io.FileSystem fileSystem()
public Runtime newContext(org.graalvm.polyglot.Source... scripts)
scripts - scripts that shall be run at the creation of the runtime,
usually for polyfills, initialization, customization.Copyright © 2019. All rights reserved.