getConstantCodeFrom

open override fun getConstantCodeFrom(instruction: L2Instruction): A_RawFunction

Extract the constant A_RawFunction from the given L2Instruction, which must have L2_CREATE_FUNCTION as its operation.

Return

The constant A_RawFunction extracted from the instruction.

Parameters

instruction

The instruction to examine.