| 463 | } |
| 464 | |
| 465 | void fx_Atomics_and(txMachine* the) |
| 466 | { |
| 467 | mxAtomicsDeclarations(0, 0, 1); |
| 468 | fxPushAtomicsValue(the, 2, dispatch->value.typedArray.dispatch->constructorID); |
| 469 | (*dispatch->value.typedArray.atomics->and)(the, host, offset, the->stack, 0); |
| 470 | mxPullSlot(mxResult); |
| 471 | } |
| 472 | |
| 473 | void fx_Atomics_compareExchange(txMachine* the) |
| 474 | { |
nothing calls this directly
no test coverage detected