(property)
| 129 | } |
| 130 | }, |
| 131 | kill(property) { |
| 132 | if (this.xp.p === property) { |
| 133 | this.skipX = 1; |
| 134 | } |
| 135 | if (this.yp.p === property) { |
| 136 | this.skipY = 1; |
| 137 | } |
| 138 | } |
| 139 | }; |
| 140 | |
| 141 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…