MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaC_link

Function luaC_link

other_src/lua/src/lgc.cpp:687–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685
686
687void luaC_link (lua_State *L, GCObject *o, lu_byte tt) {
688 global_State *g = G(L);
689 o->gch.next = g->rootgc;
690 g->rootgc = o;
691 o->gch.marked = luaC_white(g);
692 o->gch.tt = tt;
693}
694
695
696void luaC_linkupval (lua_State *L, UpVal *uv) {

Callers 6

luaF_newCclosureFunction · 0.70
luaF_newLclosureFunction · 0.70
luaF_newupvalFunction · 0.70
luaF_newprotoFunction · 0.70
luaH_newFunction · 0.70
luaE_newthreadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected