JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index f6b8db2..3a03c4b 100644 (file)
@@ -74,6 +74,10 @@ Scope.prototype = {
     },
     getIdentifier : function(symbol) {
         if (typeof(this.identifiers[symbol])== 'undefined') {
     },
     getIdentifier : function(symbol) {
         if (typeof(this.identifiers[symbol])== 'undefined') {
+            if (['String', 'Date'].indexOf(symbol)) {
+                return false;
+            }
+            
             print("SCOPE : " + this.gid +" = SYMBOL NOT FOUND?" + symbol);
             return false;
         }
             print("SCOPE : " + this.gid +" = SYMBOL NOT FOUND?" + symbol);
             return false;
         }