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

Function str_checkname

third-party/lua-5.1.5/src/lparser.c:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117static TString *str_checkname (LexState *ls) {
118 TString *ts;
119 check(ls, TK_NAME);
120 ts = ls->t.seminfo.ts;
121 luaX_next(ls);
122 return ts;
123}
124
125
126static void init_exp (expdesc *e, expkind k, int i) {

Callers 7

checknameFunction · 0.70
singlevarFunction · 0.70
parlistFunction · 0.70
forlistFunction · 0.70
forstatFunction · 0.70
localfuncFunction · 0.70
localstatFunction · 0.70

Calls 2

checkFunction · 0.70
luaX_nextFunction · 0.70

Tested by

no test coverage detected