Searched refs:vname (Results 1 – 1 of 1) sorted by relevance
130 const char *vname = luaG_findlocal(L, L->ci, idx, NULL); in checkclosemth() local131 if (vname == NULL) vname = "?"; in checkclosemth()132 luaG_runerror(L, "variable '%s' got a non-closable value", vname); in checkclosemth()
Completed in 3 milliseconds