MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / newfenv

Function newfenv

Source/Misc/lua/src/lua.c:12441–12445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12439
12440
12441static void newfenv (lua_State *L, lua_CFunction cls) {
12442lua_createtable(L, 0, 1);
12443lua_pushcfunction(L, cls);
12444lua_setfield(L, -2, "__close");
12445}
12446
12447
12448LUALIB_API int luaopen_io (lua_State *L) {

Callers 1

luaopen_ioFunction · 0.85

Calls 2

lua_createtableFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected