Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.c130 static void varerror (lua_State *L, StkId level, const char *msg) { in varerror() function
156 varerror(L, level, "attempt to close non-closable variable '%s'"); in callclosemth()
201 varerror(L, level, "variable '%s' got a non-closable value"); in luaF_newtbcupval()