Show errors when using proto functions on deleted object
In PR !22 (merged) I forgot to protect from accessing to invalid objects from proto functions.
Also mentioning if an object is finalized in the toString()
function.
Edited by Marco Trevisan