Searched refs:luaH_new (Results 1 – 14 of 14) sorted by relevance
32 LUAI_FUNC Table *luaH_new (lua_State *L);
165 Table *registry = luaH_new(L); in init_registry()172 sethvalue(L, &mt, luaH_new(L)); in init_registry()
368 Table *luaH_new (lua_State *L) { in luaH_new() function
217 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
667 Table *t = luaH_new(L); in luaV_execute()
676 t = luaH_new(L); in lua_createtable()
545 fs->h = luaH_new(L); in open_func()
48 LUAI_FUNC Table *luaH_new (lua_State *L);
218 Table *registry = luaH_new(L); in init_registry()224 sethvalue(L, ®istry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
626 Table *luaH_new (lua_State *L) { in luaH_new() function
301 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
765 t = luaH_new(L); in lua_createtable()
1380 t = luaH_new(L); /* memory allocation */ in luaV_execute()
1948 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()