()
| 17903 | return Utils.flatten(this._getAncestorsArray().map(particle => particle.getSubparticlesByParser(parser))) |
| 17904 | } |
| 17905 | _getExtendedParent() { |
| 17906 | return this._getAncestorsArray()[1] |
| 17907 | } |
| 17908 | _hasFromExtended(cuePath) { |
| 17909 | return !!this._getParticleFromExtended(cuePath) |
| 17910 | } |
no test coverage detected