Searched refs:__index (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_base.lua | 30 _ENV = setmetatable({}, {__index=_G}) 63 t.__index = f 87 a = setmetatable({}, {__index = setmetatable({}, 88 {__index = setmetatable({}, 89 {__index = function (_,n) return a[n-3]+4, "lixo" end})})}) function 344 _ENV = setmetatable({}, {__index=function (_,k) return _g[k] end})
|
| H A D | tst.lib_strings.lua | 229 t = {}; setmetatable(t, {__index = function (t,s) return string.upper(s) end})
|
| H A D | tst.lib_coroutine.lua | 302 __index = function (t,k) coroutine.yield(nil, "idx"); return t.k[k] end, function
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | env.lua | 4 setmetatable(getfenv(),{__index=f})
|
| H A D | readonly.lua | 6 setmetatable(g,{__index=G,__newindex=f})
|
| H A D | trace-globals.lua | 27 setmetatable(getfenv(),{__index=g,__newindex=set})
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | strict.lua | 35 mt.__index = function (t, n) function
|