determineRawFunction

fun determineRawFunction(functionToCallReg: L2ReadBoxedOperand): A_RawFunction?

Given a register that holds the function to invoke, answer either the A_RawFunction it will be known to run, or null.

Return

Either null or the function's A_RawFunction.

Parameters

functionToCallReg

The L2ReadBoxedOperand containing the function to invoke.