(int type)
| 993 | } |
| 994 | |
| 995 | private FunctionNode function(int type) throws IOException { |
| 996 | return function(type, false); |
| 997 | } |
| 998 | |
| 999 | private FunctionNode function(int type, boolean isMethodDefiniton) throws IOException { |
| 1000 | boolean isGenerator = false; |
no test coverage detected