* Updates context tshs using the provided value. * @param {ContextTshs} value context tshs
(value)
| 448 | * @param {ContextTshs} value context tshs |
| 449 | */ |
| 450 | setContextTshs(value) { |
| 451 | this._flags |= 0x40; |
| 452 | this.contextTshs = value; |
| 453 | } |
| 454 | |
| 455 | hasMissingExistence() { |
| 456 | return (this._flags & 0x80) !== 0; |
no outgoing calls
no test coverage detected