(type)
| 119 | } |
| 120 | |
| 121 | function locationMark(type) { |
| 122 | if (type === 'return') return '|R|'; |
| 123 | if (type === 'call') return '|C|'; |
| 124 | if (type === 'debuggerStatement') return '|D|'; |
| 125 | return '|_|'; |
| 126 | } |
no outgoing calls
no test coverage detected