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