Home
last modified time | relevance | path

Searched refs:__newindex (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dreadonly.lua6 setmetatable(g,{__index=G,__newindex=f})
H A Dtrace-globals.lua27 setmetatable(getfenv(),{__index=g,__newindex=set})
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua73 t.__newindex = f
80 t.__newindex = c
101 setmetatable(a, {__newindex = function (t,k,v) foi=true; rawset(t,k,v) end}) function
355 grandparent.__newindex = function(t,k,v) T=t; K=k; V=v end function
358 parent.__newindex = parent
H A Dtst.lib_coroutine.lua303 __newindex = function (t,k,v) coroutine.yield(nil, "nidx"); t.k[k] = v end, function
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dstrict.lua24 mt.__newindex = function (t, n, v) function
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY37 + new __newindex metamethod, called when we insert a new key into a table.