Home
last modified time | relevance | path

Searched refs:luaV_fastget (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.c313 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()
1227 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute()
1241 : luaV_fastget(L, rb, rc, slot, luaH_get)) { in luaV_execute()
1267 if (luaV_fastget(L, rb, key, slot, luaH_getshortstr)) { in luaV_execute()
1280 if (luaV_fastget(L, upval, key, slot, luaH_getshortstr)) { in luaV_execute()
1294 : luaV_fastget(L, s2v(ra), rb, slot, luaH_get)) { in luaV_execute()
1320 if (luaV_fastget(L, s2v(ra), key, slot, luaH_getshortstr)) { in luaV_execute()
1351 if (luaV_fastget(L, rb, key, slot, luaH_getstr)) { in luaV_execute()
A Dlvm.h85 #define luaV_fastget(L,t,k,slot,f) \ macro
A Dlapi.c636 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxgetstr()
673 if (luaV_fastget(L, t, s2v(L->top - 1), slot, luaH_get)) { in lua_gettable()
827 if (luaV_fastget(L, t, str, slot, luaH_getstr)) { in auxsetstr()
855 if (luaV_fastget(L, t, s2v(L->top - 2), slot, luaH_get)) { in lua_settable()

Completed in 9 milliseconds