(line)
| 22852 | return ["input", "textarea"].includes(this.getTag()) || this.get("contenteditable") === "true" |
| 22853 | } |
| 22854 | findStumpParticleByChild(line) { |
| 22855 | return this.findStumpParticlesByChild(line)[0] |
| 22856 | } |
| 22857 | findStumpParticleByChildString(line) { |
| 22858 | return this.topDownArray.find(particle => |
| 22859 | particle |
no test coverage detected