()
| 287 | it("should handle breaking out of a while loop with yields inside", function() { |
| 288 | const dude = { |
| 289 | slay() { return this.enemy = "slain!"; }, |
| 290 | hesitate() { return aether._shouldYield = true; } |
| 291 | }; |
| 292 | const code = `\ |
nothing calls this directly
no outgoing calls
no test coverage detected