X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FSymbolSet.js;fp=JSDOC%2FSymbolSet.js;h=04f718d8a2c490959d0fe11accac7efa5aa6039c;hp=52eb3432403a9144b478e8c89a30ec3d2472906f;hb=067edf3e78bf84ee9e9160abe0d55c6738cd44ce;hpb=12b302dd77a8b4cb0f42937ad2bba54a1a234548 diff --git a/JSDOC/SymbolSet.js b/JSDOC/SymbolSet.js index 52eb343..04f718d 100644 --- a/JSDOC/SymbolSet.js +++ b/JSDOC/SymbolSet.js @@ -99,6 +99,12 @@ SymbolSet = XObject.define( resolveBorrows : function() { for (p in this._index) { var symbol = this._index[p]; + + if (!symbol.is) { + print("PROBLEM : " + p); + print(JSON.stringify(symbol, null, 4)); + } + if (symbol.is("FILE") || symbol.is("GLOBAL")) continue; var borrows = symbol.inherits;