bindings

abstract fun bindings(language: GuestLanguage? = null): PolyglotValue

Returns the root value that provides intrinsic bindings for the specified language, or all supported languages if language is set to null.

The putMember can be used to add a new top-level binding, which will be accessible in target languages by name, without any import statements.