Searched refs:luaG_checkcode (Results 1 – 4 of 4) sorted by relevance
30 LUAI_FUNC int luaG_checkcode (const Proto *pt);
177 IF (!luaG_checkcode(f), "bad code"); in LoadFunction()
484 int luaG_checkcode (const Proto *pt) { in luaG_checkcode() function
374 lua_assert(luaG_checkcode(f)); in close_func()