Lines Matching refs:_annotations
67 var _annotations = new Map();
209 _annotations.set(ann.id, ann);
233 _annotations.forEach(function (ann) {
595 _annotations.forEach(function (ann) {
658 _annotations.forEach(function (ann) {
752 _annotations.forEach(function (ann) {
784 var ann = _annotations.get(annId);
1301 _annotations.forEach(function (ann) {
1334 _annotations.forEach(function (ann) {
1668 _annotations.set(ann.id, ann);
1700 _annotations.set(data.annotation.id, mergeClientProps(data.annotation));
1784 _annotations.delete(annId);
1831 _annotations.set(data.annotation.id, data.annotation);
1857 _annotations.forEach(function (ann, id) {
1858 if (ann.status === 'resolved') _annotations.delete(id);
1887 _annotations.forEach(function (ann, id) {
1888 if (ann._orphaned) _annotations.delete(id);
1960 var existing = _annotations.get(fresh.id);