Package-level declarations
Types
Link copied to clipboard
object JavaScript
Convenience entrypoints into JavaScript guest types, including JS embedded and literal scripts. After obtaining an ExecutableScript instance, guest code can be executed by calling any of the "execute" methods present on a JavaScript Runtime instance. These may be obtained from the relevant VM facade factory.
Link copied to clipboard
Describes a symbol registered for injection into the JavaScript VM as an intrinsic value; JavaScript symbols consist of a name and an "internal" flag.