getConstantCodeFrom

open fun getConstantCodeFrom(instruction: L2Instruction): A_RawFunction?

Extract the constant A_RawFunction that's enclosed by the function produced or passed along by this instruction.

Return

The constant A_RawFunction extracted from the instruction, or null if unknown.

Parameters

instruction

The instruction to examine.