Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dlstate.h361 LUAI_FUNC void luaE_warnerror (lua_State *L, const char *where);
H A Dlfunc.c169 luaE_warnerror(L, "__close metamethod"); in callclosemth()
H A Dlstate.c422 void luaE_warnerror (lua_State *L, const char *where) { in luaE_warnerror() function
H A Dlgc.c920 luaE_warnerror(L, "__gc metamethod"); in GCTM()