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

Function str_checkname

third-party/lua-5.4.6/src/lparser.c:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143static TString *str_checkname (LexState *ls) {
144 TString *ts;
145 check(ls, TK_NAME);
146 ts = ls->t.seminfo.ts;
147 luaX_next(ls);
148 return ts;
149}
150
151
152static void init_exp (expdesc *e, expkind k, int i) {

Callers 10

codenameFunction · 0.70
singlevarFunction · 0.70
parlistFunction · 0.70
gotostatFunction · 0.70
forlistFunction · 0.70
forstatFunction · 0.70
localfuncFunction · 0.70
getlocalattributeFunction · 0.70
localstatFunction · 0.70
statementFunction · 0.70

Calls 2

checkFunction · 0.70
luaX_nextFunction · 0.70

Tested by

no test coverage detected