MCPcopy Create free account
hub / github.com/codecombat/codecombat / slay

Function slay

spec/aether/es6_spec.js:289–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 = `\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected