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

Function codestring

third-party/lua-5.1.5/src/lparser.c:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133static void codestring (LexState *ls, expdesc *e, TString *s) {
134 init_exp(e, VK, luaK_stringK(ls->fs, s));
135}
136
137
138static void checkname(LexState *ls, expdesc *e) {

Callers 3

checknameFunction · 0.70
funcargsFunction · 0.70
simpleexpFunction · 0.70

Calls 2

init_expFunction · 0.70
luaK_stringKFunction · 0.70

Tested by

no test coverage detected