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

Function fxArrayCacheBegin

xs/sources/xsAPI.c:486–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void fxArrayCacheBegin(txMachine* the, txSlot* reference)
487{
488 txSlot* array = reference->value.reference->next;
489 array->value.array.address = C_NULL;
490 array->value.array.length = 0;
491}
492
493void fxArrayCacheEnd(txMachine* the, txSlot* reference)
494{

Callers 3

fxLinkerScriptCallbackFunction · 0.85
fxBuildHostsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected