e.g.: ``` x = {class_name: 'A', id: 1, parent: null} x.parent = x; IdentityMap.map(x); ``` I suspect it will end in endless loop now.