badOffset

fun badOffset(offset: Int): RuntimeException

Throw a RuntimeException on account of a bad offset into the calling generated JVMChunk subclass's runChunk.

Return

Pretends to return a RuntimeException, but actually throws it instead. This is for the convenience of the caller.

Parameters

offset

The illegal offset into the caller.