Utilities/ClassBrowsers/jsclbr.py

changeset 3410
b5e18d7f3501
parent 3404
24459ecb4d41
child 3431
9f6991decc43
equal deleted inserted replaced
3408:b6e6a7062d12 3410:b5e18d7f3501
108 except jsParser.SyntaxError: 108 except jsParser.SyntaxError:
109 # ignore syntax errors of the parser 109 # ignore syntax errors of the parser
110 pass 110 pass
111 except jsTokenizer.ParseError: 111 except jsTokenizer.ParseError:
112 # ignore syntax errors of the tokenizer 112 # ignore syntax errors of the tokenizer
113 pass
114 except Exception:
115 # ignore syntax errors of the tokenizer and parser
113 pass 116 pass
114 117
115 return self.__dict 118 return self.__dict
116 119
117 def __visit(self, root): 120 def __visit(self, root):

eric ide

mercurial