Home
last modified time | relevance | path

Searched defs:__index (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dstrict.lua35 mt.__index = function (t, n) function
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua89 {__index = function (_,n) return a[n-3]+4, "lixo" end})})}) function
H A Dtst.lib_coroutine.lua302 __index = function (t,k) coroutine.yield(nil, "idx"); return t.k[k] end, function