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

Class CClosure

third-party/lua-5.4.6/src/lobject.h:647–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 CommonHeader; lu_byte nupvalues; GCObject *gclist
646
647typedef struct CClosure {
648 ClosureHeader;
649 lua_CFunction f;
650 TValue upvalue[1]; /* list of upvalues */
651} CClosure;
652
653
654typedef struct LClosure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected