MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / upvalname

Function upvalname

extlibs/lua/src/ldebug.c:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

gxfFunction · 0.85
getobjnameFunction · 0.85
getupvalnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected