determine Raw Function
fun determineRawFunction(functionToCallReg: L2ReadBoxedOperand): A_RawFunction?
Content copied to clipboard
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
function To Call Reg
The L2ReadBoxedOperand containing the function to invoke.