MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / dumpProtos

Function dumpProtos

third-party/lua-5.5.0/src/ldump.c:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206
207static void dumpProtos (DumpState *D, const Proto *f) {
208 int i;
209 int n = f->sizep;
210 dumpInt(D, n);
211 for (i = 0; i < n; i++)
212 dumpFunction(D, f->p[i]);
213}
214
215
216static void dumpUpvalues (DumpState *D, const Proto *f) {

Callers 1

dumpFunctionFunction · 0.70

Calls 2

dumpIntFunction · 0.70
dumpFunctionFunction · 0.70

Tested by

no test coverage detected