(public data: Uint8Array, public layout: ComputedPlaneLayout[])
| 40 | |
| 41 | class BufferFrameResource { |
| 42 | constructor(public data: Uint8Array, public layout: ComputedPlaneLayout[]) {} |
| 43 | } |
| 44 | |
| 45 | let lastGcErrorLog = -Infinity; |
nothing calls this directly
no outgoing calls
no test coverage detected