(value)
| 376 | } |
| 377 | // Numeric item; pad on the left *to* WordSize |
| 378 | writeValue(value) { |
| 379 | return this.#writeData(getValue(value)); |
| 380 | } |
| 381 | // Inserts a numeric place-holder, returning a callback that can |
| 382 | // be used to asjust the value later |
| 383 | writeUpdatableValue() { |