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

Function checkname

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

Source from the content-addressed store, hash-verified

136
137
138static void checkname(LexState *ls, expdesc *e) {
139 codestring(ls, e, str_checkname(ls));
140}
141
142
143static int registerlocalvar (LexState *ls, TString *varname) {

Callers 3

fieldFunction · 0.70
recfieldFunction · 0.70
primaryexpFunction · 0.70

Calls 2

codestringFunction · 0.70
str_checknameFunction · 0.70

Tested by

no test coverage detected