Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ codestring
Function
codestring
third-party/lua-5.2.4/src/lparser.c:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
155
static void codestring (LexState *ls, expdesc *e, TString *s) {
156
init_exp(e, VK, luaK_stringK(ls->fs, s));
157
}
158
159
160
static void checkname (LexState *ls, expdesc *e) {
Callers
4
checkname
Function · 0.70
singlevar
Function · 0.70
funcargs
Function · 0.70
simpleexp
Function · 0.70
Calls
2
init_exp
Function · 0.70
luaK_stringK
Function · 0.70
Tested by
no test coverage detected