Labels associated to a each escapemarks.

Because of inlinings, escape-marks must be associated to their context (the frame)

Property definitions

nitc $ StaticFrame :: escapemark_names
	# Labels associated to a each escapemarks.
	# Because of inlinings, escape-marks must be associated to their context (the frame)
	private var escapemark_names = new HashMap[EscapeMark, String]
src/compiler/abstract_compiler.nit:2416,2--2418,63