* Sets managed contexts. * @param {ManagedContexts} value managed contexts
(value)
| 500 | * @param {ManagedContexts} value managed contexts |
| 501 | */ |
| 502 | setManagedContexts(value) { |
| 503 | this._flags |= 0x400; |
| 504 | this.managedContexts = value; |
| 505 | } |
| 506 | |
| 507 | hasManagedMissing() { |
| 508 | return (this._flags & 0x800) !== 0; |
no outgoing calls
no test coverage detected