Home
last modified time | relevance | path

Searched refs:luaH_set (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dltable.c474 setobjt2t(L, luaH_set(L, t, &k), gval(old)); in reinsert()
643 return luaH_set(L, t, key); /* insert key into grown table */ in luaH_newkey()
762 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
H A Dltable.h45 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
H A Dllex.c134 o = luaH_set(L, ls->h, s2v(L->top - 1)); in luaX_newstring()
H A Dlapi.c868 slot = luaH_set(L, t, key); in aux_rawset()
H A Dlcode.c552 TValue *idx = luaH_set(L, fs->ls->h, key); /* index scanner table */ in addk()