* Sets context hashes. * @param {ContextHashes} value context hashes
(value)
| 435 | * @param {ContextHashes} value context hashes |
| 436 | */ |
| 437 | setContextHashes(value) { |
| 438 | this._flags |= 0x20; |
| 439 | this.contextHashes = value; |
| 440 | } |
| 441 | |
| 442 | hasContextTshs() { |
| 443 | return (this._flags & 0x40) !== 0; |
no outgoing calls
no test coverage detected