(relativeTo)
| 15401 | return start._getLineNumber(this) |
| 15402 | } |
| 15403 | isRoot(relativeTo) { |
| 15404 | return relativeTo === this || !this.parent |
| 15405 | } |
| 15406 | get root() { |
| 15407 | return this._getRootParticle() |
| 15408 | } |
no outgoing calls
no test coverage detected