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

Class CClosure

third-party/lua-5.3.5/src/lobject.h:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 CommonHeader; lu_byte nupvalues; GCObject *gclist
445
446typedef struct CClosure {
447 ClosureHeader;
448 lua_CFunction f;
449 TValue upvalue[1]; /* list of upvalues */
450} CClosure;
451
452
453typedef struct LClosure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected