Determines if the callsite should be polymorphic or static.

Property definitions

nitc $ ThunkFunction :: polymorph_call_flag=
	# Determines if the callsite should be polymorphic or static.
	var polymorph_call_flag = false is writable
src/compiler/abstract_compiler.nit:2305,2--2306,44