()
| 227 | killCount: 0, |
| 228 | say(v) { return result = v; }, |
| 229 | slay() { |
| 230 | this.killCount += 1; |
| 231 | return aether._shouldYield = true; |
| 232 | }, |
| 233 | getKillCount() { return this.killCount; } |
| 234 | }; |
| 235 | const code = `\ |
nothing calls this directly
no outgoing calls
no test coverage detected