isEntryPoint

open override fun isEntryPoint(instruction: L2Instruction): Boolean

Is the enclosing L2Instruction an entry point into its L2Chunk?

Return

true if this L2Operation is an entry point, false otherwise.

Parameters

instruction

The enclosing L2Instruction.