MCPcopy Create free account
hub / github.com/F-Stack/f-stack / upvalname

Function upvalname

freebsd/contrib/openzfs/module/lua/ldebug.c:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

getobjnameFunction · 0.85
getupvalnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected