| 455 | } |
| 456 | |
| 457 | void fx_Atomics_add(txMachine* the) |
| 458 | { |
| 459 | mxAtomicsDeclarations(0, 0, 1); |
| 460 | fxPushAtomicsValue(the, 2, dispatch->value.typedArray.dispatch->constructorID); |
| 461 | (*dispatch->value.typedArray.atomics->add)(the, host, offset, the->stack, 0); |
| 462 | mxPullSlot(mxResult); |
| 463 | } |
| 464 | |
| 465 | void fx_Atomics_and(txMachine* the) |
| 466 | { |
nothing calls this directly
no test coverage detected