Home
last modified time | relevance | path

Searched refs:LUA_ERRRUN (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c62 case LUA_ERRRUN: { in luaD_seterrorobj()
414 return LUA_ERRRUN; in resume_error()
H A Dlua.h44 #define LUA_ERRRUN 2 macro
H A Dldebug.c627 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
H A Dlua_cjson.c1332 if (err == LUA_ERRRUN) { in json_protect_conversion()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h46 #define LUA_ERRRUN 2 macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.c596 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
H A Dldo.c620 status = LUA_ERRRUN; in lua_resume()
H A Dlgc.c827 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c900 case LUA_ERRRUN: in zcp_eval_impl()