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

Function dumpHeader

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

Source from the content-addressed store, hash-verified

271
272
273static void dumpHeader (DumpState *D) {
274 dumpLiteral(D, LUA_SIGNATURE);
275 dumpByte(D, LUAC_VERSION);
276 dumpByte(D, LUAC_FORMAT);
277 dumpLiteral(D, LUAC_DATA);
278 dumpNumInfo(D, int, LUAC_INT);
279 dumpNumInfo(D, Instruction, LUAC_INST);
280 dumpNumInfo(D, lua_Integer, LUAC_INT);
281 dumpNumInfo(D, lua_Number, LUAC_NUM);
282}
283
284
285/*

Callers 1

luaU_dumpFunction · 0.70

Calls 1

dumpByteFunction · 0.70

Tested by

no test coverage detected