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

Function upvalname

third-party/lua-5.5.0/src/ldebug.c:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179static const char *upvalname (const Proto *p, int uv) {
180 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name);
181 if (s == NULL) return "?";
182 else return getstr(s);
183}
184
185
186static const char *findvararg (CallInfo *ci, int n, StkId *pos) {

Callers 3

basicgetobjnameFunction · 0.70
isEnvFunction · 0.70
getupvalnameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected