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

Function DumpCode

third-party/lua-5.3.5/src/ldump.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90static void DumpCode (const Proto *f, DumpState *D) {
91 DumpInt(f->sizecode, D);
92 DumpVector(f->code, f->sizecode, D);
93}
94
95
96static void DumpFunction(const Proto *f, TString *psource, DumpState *D);

Callers 3

DumpFunctionFunction · 0.85
DumpFunctionFunction · 0.85
DumpFunctionFunction · 0.85

Calls 2

DumpIntFunction · 0.70
DumpVectorFunction · 0.50

Tested by

no test coverage detected