| 534 | } |
| 535 | |
| 536 | void fx_Atomics_sub(txMachine* the) |
| 537 | { |
| 538 | mxAtomicsDeclarations(0, 0, 1); |
| 539 | fxPushAtomicsValue(the, 2, dispatch->value.typedArray.dispatch->constructorID); |
| 540 | (*dispatch->value.typedArray.atomics->sub)(the, host, offset, the->stack, 0); |
| 541 | mxPullSlot(mxResult); |
| 542 | } |
| 543 | |
| 544 | void fx_Atomics_wait(txMachine* the) |
| 545 | { |
nothing calls this directly
no test coverage detected