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

Function fxDeleteScript

xs/sources/xsCommon.c:630–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628#endif
629
630void fxDeleteScript(txScript* script)
631{
632 if (script) {
633 if (script->symbolsBuffer)
634 c_free(script->symbolsBuffer);
635 if (script->hostsBuffer)
636 c_free(script->hostsBuffer);
637 if (script->codeBuffer)
638 c_free(script->codeBuffer);
639 c_free(script);
640 }
641}
642
643
644const txUTF8Sequence gxUTF8Sequences[] ICACHE_RODATA_ATTR = {

Callers 5

fuzzFunction · 0.85
fuzz_ossFunction · 0.85
mainFunction · 0.85
fxRunScriptFunction · 0.85
fxParserCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected