compiledCodeTypeForFunctionType

fun compiledCodeTypeForFunctionType(functionType: A_BasicObject): AvailObject

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

functionType

A function type on which to base the new compiled code type.