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

Function checkname

third-party/lua-5.2.4/src/lparser.c:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160static void checkname (LexState *ls, expdesc *e) {
161 codestring(ls, e, str_checkname(ls));
162}
163
164
165static int registerlocalvar (LexState *ls, TString *varname) {

Callers 3

fieldselFunction · 0.70
recfieldFunction · 0.70
suffixedexpFunction · 0.70

Calls 2

codestringFunction · 0.70
str_checknameFunction · 0.70

Tested by

no test coverage detected