initialize

abstract fun initialize(contextHandle: Context, phaserHandle: Phaser)

Server Initialization

Initialize this intrinsic by passing a handle that can later be used to acquire a polyglot context. This is an internal method and should only be used by the JVM entry point.

Parameters

contextHandle

Handle to the active polyglot context.

phaserHandle

Handle to the phaser used to synchronize the server.