(functionName, calleeFunctionName, args)
| 82 | }; |
| 83 | |
| 84 | const onFunctionCall = (functionName, calleeFunctionName, args) => { |
| 85 | functionBuilder.trackFunctionCall(functionName, calleeFunctionName, args); |
| 86 | }; |
| 87 | |
| 88 | const onNestedFunction = (ast, source) => { |
| 89 | const argumentNames = []; |
no test coverage detected