Home
last modified time | relevance | path

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 Dtst.lib_base.lua30 _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 Dtst.lib_strings.lua229 t = {}; setmetatable(t, {__index = function (t,s) return string.upper(s) end})
H A Dtst.lib_coroutine.lua302 __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 Denv.lua4 setmetatable(getfenv(),{__index=f})
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
H A Dtrace-globals.lua27 setmetatable(getfenv(),{__index=g,__newindex=set})
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dstrict.lua35 mt.__index = function (t, n) function