MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / str_checkname

Function str_checkname

lua/lparser.c:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

checknameFunction · 0.85
singlevarFunction · 0.85
parlistFunction · 0.85
forlistFunction · 0.85
forstatFunction · 0.85
localfuncFunction · 0.85
declarestatFunction · 0.85
localstatFunction · 0.85

Calls 2

luaX_nextFunction · 0.85
checkFunction · 0.70

Tested by

no test coverage detected