(value)
| 315 | } |
| 316 | // Numeric item; pad on the left *to* WordSize |
| 317 | writeValue(value) { |
| 318 | return this.#writeData(getValue(value)); |
| 319 | } |
| 320 | // Inserts a numeric place-holder, returning a callback that can |
| 321 | // be used to asjust the value later |
| 322 | writeUpdatableValue() { |