Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.h394 LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where);
Dlfunc.c169 luaE_warnerror(L, "__close metamethod"); in callclosemth()
Dlstate.c458 void luaE_warnerror (lua_State *L, const char *where) { in luaE_warnerror() function
Dlgc.c914 luaE_warnerror(L, "__gc metamethod"); in GCTM()