| 112 | } |
| 113 | |
| 114 | export class StylePool { |
| 115 | /** |
| 116 | * Maximum styleId that fits in the 15-bit packed cell word. |
| 117 | * packWord1 shifts styleId left by 17 bits into a signed 32-bit int. |
nothing calls this directly
no outgoing calls
no test coverage detected