Home | History | Annotate | Download | only in src

Lines Matching refs:luaV_fastset

200 ** entry.  (The value at 'slot' must be nil, otherwise 'luaV_fastset'
233 if (luaV_fastset(L, t, key, slot, luaH_get, val))
781 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \