PolyglotContextBuilder

typealias PolyglotContextBuilder = Context.Builder

A builder allowing configuration of PolyglotContext instances. Plugins can intercept builders to apply custom options using this class.

Under the current implementation, this is an alias over GraalVM's Context.Builder.