Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dtrace-globals.lua6 local tostring=function(a) function
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.h16 #define tostring(L,o) ((ttype(o) == LUA_TSTRING) || (luaV_tostring(L, o))) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.h17 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro