Searched defs:__newindex (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_base.lua | 102 setmetatable(a, {__newindex = function (t,k,v) foi=true; rawset(t,k,v) end}) function 356 grandparent.__newindex = function(t,k,v) T=t; K=k; V=v end function
|
H A D | tst.lib_coroutine.lua | 304 __newindex = function (t,k,v) coroutine.yield(nil, "nidx"); t.k[k] = v end, function
|
/freebsd/stand/lua/ |
H A D | config.lua | 551 __newindex = function(env, key, val) function
|