| 180 | } |
| 181 | |
| 182 | void* fxToArrayBuffer(txMachine* the, txSlot* slot) |
| 183 | { |
| 184 | txSlot* instance = fxCheckArrayBufferInstance(the, slot); |
| 185 | txSlot* arrayBuffer = instance->next; |
| 186 | return arrayBuffer->value.arrayBuffer.address; |
| 187 | } |
| 188 | |
| 189 | void fxBuildDataView(txMachine* the) |
| 190 | { |
no test coverage detected