MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / upvalname

Function upvalname

third-party/lua-5.2.4/src/ldebug.c:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110static const char *upvalname (Proto *p, int uv) {
111 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name);
112 if (s == NULL) return "?";
113 else return getstr(s);
114}
115
116
117static const char *findvararg (CallInfo *ci, int n, StkId *pos) {

Callers 2

getobjnameFunction · 0.70
getupvalnameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected