(text, index)
| 22839 | return this._shadow |
| 22840 | } |
| 22841 | insertCssChildParticle(text, index) { |
| 22842 | return this.insertChildParticle(text, index) |
| 22843 | } |
| 22844 | insertChildParticle(text, index) { |
| 22845 | const singleParticle = new Particle(text).getSubparticles()[0] |
| 22846 | const newParticle = this.insertLineAndSubparticles(singleParticle.getLine(), singleParticle.subparticlesToString(), index) |
no test coverage detected