Associate a runtime instance to its virtual table which contains methods, types etc.

Property definitions

nitc :: virtual_machine $ Instance :: _vtable
	# Associate a runtime instance to its virtual table which contains methods, types etc.
	var vtable: nullable VTable
src/vm/virtual_machine.nit:887,2--888,28