MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / checkname

Function checkname

Source/Misc/lua/src/lua.c:7714–7716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7712
7713
7714static void checkname(LexState *ls, expdesc *e) {
7715codestring(ls, e, str_checkname(ls));
7716}
7717
7718
7719static int registerlocalvar (LexState *ls, TString *varname) {

Callers 3

fieldFunction · 0.85
recfieldFunction · 0.85
primaryexpFunction · 0.85

Calls 2

codestringFunction · 0.85
str_checknameFunction · 0.85

Tested by

no test coverage detected