compiled Code Type For Function Type
fun compiledCodeTypeForFunctionType(functionType: A_BasicObject): AvailObject
Content copied to clipboard
Create a compiled code type based on the passed function type. Ignore the function type's exception set.
Return
A new compiled code type.
Parameters
function Type
A function type on which to base the new compiled code type.