MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fx_Atomics_and

Function fx_Atomics_and

xs/sources/xsAtomics.c:465–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void 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
473void fx_Atomics_compareExchange(txMachine* the)
474{

Callers

nothing calls this directly

Calls 1

fxPushAtomicsValueFunction · 0.85

Tested by

no test coverage detected