Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlfunc.c130 const char *vname = luaG_findlocal(L, L->ci, idx, NULL); in checkclosemth() local
131 if (vname == NULL) vname = "?"; in checkclosemth()
132 luaG_runerror(L, "variable '%s' got a non-closable value", vname); in checkclosemth()

Completed in 3 milliseconds