Utilities/ClassBrowsers/jsclbr.py

branch
5_4_x
changeset 3411
d8290ca5b8ea
parent 3405
ed72a8e08be4
child 3431
9f6991decc43
equal deleted inserted replaced
3409:b7a3455e9ba0 3411:d8290ca5b8ea
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