endLocal

fun endLocal(localNumber: Int, type: Type)

A local variable has just ended scope. Ensure it was the most recently allocated local, and deallocate the slot(s) that were used for it.

Parameters

The slot index of the most recently allocated JVM local.

type

The type of that local.