| 481 | } |
| 482 | |
| 483 | void fx_Atomics_exchange(txMachine* the) |
| 484 | { |
| 485 | mxAtomicsDeclarations(0, 0, 1); |
| 486 | fxPushAtomicsValue(the, 2, dispatch->value.typedArray.dispatch->constructorID); |
| 487 | (*dispatch->value.typedArray.atomics->exchange)(the, host, offset, the->stack, 0); |
| 488 | mxPullSlot(mxResult); |
| 489 | } |
| 490 | |
| 491 | void fx_Atomics_isLockFree(txMachine* the) |
| 492 | { |
nothing calls this directly
no test coverage detected