AbstractGVMScript

Abstract Guest VM script.

Implements an GuestScript type for use with GraalVM types, such as GraalVMGuest (enumerating a supported language) and related framework types like ExecutableScript.

Functions

Link copied to clipboard
Link copied to clipboard
open override fun language(): GuestLanguage
Link copied to clipboard
open override fun map(): ExecutableScript.SourceMap?
Link copied to clipboard
Link copied to clipboard
open override fun state(): ExecutableScript.State
Link copied to clipboard

TBD.