(cannotContainParticles)
| 17927 | } |
| 17928 | // Note: the order is: [this, parent, grandParent, ...] |
| 17929 | _getAncestorsArray(cannotContainParticles) { |
| 17930 | this._initAncestorsArrayCache(cannotContainParticles) |
| 17931 | return this._cache_ancestorsArray |
| 17932 | } |
| 17933 | get idThatThisExtends() { |
| 17934 | return this.get(ParticlesConstants.extends) |
| 17935 | } |
no test coverage detected