extract Parameter Type From Function
fun extractParameterTypeFromFunction(functionRead: L2ReadBoxedOperand, parameterIndex: Int): L2ReadBoxedOperand
Content copied to clipboard
Given a register containing a function and a parameter index, emit code to extract the parameter type at runtime from the actual function.
Return
The register containing the parameter type.
Parameters
function Read
The register that will hold the function at runtime.
parameter Index
Which function parameter should have its type extracted.