Types
Link copied to clipboard
data class HandleContext(val ctx: ShakeBytecodeGenerator.BytecodeGenerationContext, val v: ShakeInvocation, val keepResultOnStack: Boolean)
Link copied to clipboard
interface NativeHandler
Functions
Link copied to clipboard
Link copied to clipboard
fun register(signature: String, handler: PooledShakeBytecodeInstructionGenerator.(Natives.HandleContext) -> Unit)