Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua101 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
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