@can.getName
canReflect.getName(observation)
Returns this observation's debugger name. It will wrap the name of the
function passed in with Observation<FUNCTION_NAME>
like:
var observation = new Observation(function fullName(){
return ...;
})
canReflect.getName(observation) //-> "Observation<fullName>"