Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaC_newobj
Function
luaC_newobj
lib/lua/src/lgc.c:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
269
270
GCObject *luaC_newobj (lua_State *L, int tt, size_t sz) {
271
return luaC_newobjdt(L, tt, sz, 0);
272
}
273
274
/* }====================================================== */
275
Callers
8
luaH_new
Function · 0.85
luaF_newCclosure
Function · 0.85
luaF_newLclosure
Function · 0.85
luaF_initupvals
Function · 0.85
newupval
Function · 0.85
luaF_newproto
Function · 0.85
createstrobj
Function · 0.85
luaS_newudata
Function · 0.85
Calls
1
luaC_newobjdt
Function · 0.85
Tested by
no test coverage detected