MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / upvalname

Function upvalname

lib/lua/src/ldebug.c:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

basicgetobjnameFunction · 0.85
isEnvFunction · 0.85
getupvalnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected