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): |