HomeSort by relevance Sort by last modified time
    Searched refs:luaV_fastget (Results 1 - 3 of 3) sorted by null

  /external/lua/src/
lvm.h 58 #define luaV_fastget(L,t,k,slot,f) \
68 if (luaV_fastget(L,t,k,slot,luaH_get)) { setobj2s(L, v, slot); } \
lvm.c 186 if (luaV_fastget(L,t,key,slot,luaH_get)) { /* fast track? */
775 if (luaV_fastget(L,t,k,slot,luaH_get)) { setobj2s(L, v, slot); } \
883 if (luaV_fastget(L, rb, key, aux, luaH_getstr)) {
    [all...]
lapi.c 591 if (luaV_fastget(L, t, str, slot, luaH_getstr)) {
633 if (luaV_fastget(L, t, n, slot, luaH_getint)) {

Completed in 361 milliseconds