Searched refs:luaH_get (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltable.h | 43 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
|
A D | lapi.c | 673 if (luaV_fastget(L, t, s2v(L->top - 1), slot, luaH_get)) { in lua_gettable() 732 val = luaH_get(t, s2v(L->top - 1)); in lua_rawget() 752 return finishrawget(L, luaH_get(t, &k)); in lua_rawgetp() 855 if (luaV_fastget(L, t, s2v(L->top - 2), slot, luaH_get)) { in lua_settable()
|
A D | ltable.c | 777 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function 814 const TValue *slot = luaH_get(t, key); in luaH_set()
|
A D | lvm.c | 313 if (luaV_fastget(L, t, key, slot, luaH_get)) { /* fast track? */ in luaV_finishget() 358 if (luaV_fastget(L, t, key, slot, luaH_get)) { in luaV_finishset() 1241 : luaV_fastget(L, rb, rc, slot, luaH_get)) { in luaV_execute() 1294 : luaV_fastget(L, s2v(ra), rb, slot, luaH_get)) { in luaV_execute()
|
A D | lcode.c | 546 const TValue *idx = luaH_get(fs->ls->h, key); /* query scanner table */ in addk()
|
Completed in 19 milliseconds