Home
last modified time | relevance | path

Searched refs:luaG_checkcode (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h30 LUAI_FUNC int luaG_checkcode (const Proto *pt);
H A Dlundump.c177 IF (!luaG_checkcode(f), "bad code"); in LoadFunction()
H A Dldebug.c484 int luaG_checkcode (const Proto *pt) { in luaG_checkcode() function
H A Dlparser.c374 lua_assert(luaG_checkcode(f)); in close_func()