(node, scope)
| 1927 | }; |
| 1928 | |
| 1929 | function findType(node, scope) { |
| 1930 | var finder = typeFinder[node.type]; |
| 1931 | return finder ? finder(node, scope) : ANull; |
| 1932 | } |
| 1933 | |
| 1934 | var searchVisitor = exports.searchVisitor = walk.make({ |
| 1935 | Function: function(node, _st, c) { |
no outgoing calls
no test coverage detected