(parent = this._parent)
| 323 | } |
| 324 | |
| 325 | private _setParent(parent = this._parent) { |
| 326 | if (parent) { |
| 327 | this._instance!.parent = parent._instance |
| 328 | this._inheritParentContext(parent) |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | private _inheritParentContext(parent = this._parent) { |
| 333 | // #13212, the provides object of the app context must inherit the provides |
no test coverage detected