* Adds `pointer` to the state. * * @param pointer The pointer to add.
(pointer: ScriptPointer)
| 163 | * @param pointer The pointer to add. |
| 164 | */ |
| 165 | pointerAdd(pointer: ScriptPointer) { |
| 166 | this.pointers |= 1 << pointer; |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Removes `pointer` from the state. |
no outgoing calls
no test coverage detected