Searched refs:luaH_new (Results 1 – 14 of 14) sorted by relevance
31 LUAI_FUNC Table *luaH_new (lua_State *L);
164 Table *registry = luaH_new(L); in init_registry()171 sethvalue(L, &mt, luaH_new(L)); in init_registry()
216 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
367 Table *luaH_new (lua_State *L) { in luaH_new() function
666 Table *t = luaH_new(L); in luaV_execute()
675 t = luaH_new(L); in lua_createtable()
544 fs->h = luaH_new(L); in open_func()
50 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
300 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
765 t = luaH_new(L); in lua_createtable()
1379 t = luaH_new(L); /* memory allocation */ in luaV_execute()
1949 lexstate.h = luaH_new(L); /* create table for scanner */ in luaY_parser()