Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ str_checkname
Function
str_checkname
third-party/lua-5.2.4/src/lparser.c:139–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
138
139
static TString *str_checkname (LexState *ls) {
140
TString *ts;
141
check(ls, TK_NAME);
142
ts = ls->t.seminfo.ts;
143
luaX_next(ls);
144
return ts;
145
}
146
147
148
static void init_exp (expdesc *e, expkind k, int i) {
Callers
9
checkname
Function · 0.70
singlevar
Function · 0.70
parlist
Function · 0.70
gotostat
Function · 0.70
forlist
Function · 0.70
forstat
Function · 0.70
localfunc
Function · 0.70
localstat
Function · 0.70
statement
Function · 0.70
Calls
2
check
Function · 0.70
luaX_next
Function · 0.70
Tested by
no test coverage detected