* Sets missing existence. * @param {MissingExistence} value context tshs
(value)
| 461 | * @param {MissingExistence} value context tshs |
| 462 | */ |
| 463 | setMissingExistence(value) { |
| 464 | this._flags |= 0x80; |
| 465 | this.missingExistence = value; |
| 466 | } |
| 467 | |
| 468 | hasManagedItemInfo() { |
| 469 | return (this._flags & 0x100) !== 0; |
no outgoing calls
no test coverage detected