static Set extAllFlags(Ext e) { new Set flags; while (e != null) { addAll(flags, keysWithValueTrue(e.fieldValues)); e = (Ext) mapGet(e.fieldValues, 'src); } false; }