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

Function fxDeleteRegExp

xs/sources/xsre.c:2597–2605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2595}
2596
2597void fxDeleteRegExp(void* the, txInteger* code, txInteger* data)
2598{
2599 if (!the) {
2600 if (code)
2601 c_free(code);
2602 if (data)
2603 c_free(data);
2604 }
2605}
2606
2607// MATCH
2608

Callers 2

PiuCode_searchFunction · 0.85
PiuCode_findFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected