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

Function codestring

third-party/lua-5.4.6/src/lparser.c:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159static void codestring (expdesc *e, TString *s) {
160 e->f = e->t = NO_JUMP;
161 e->k = VKSTR;
162 e->u.strval = s;
163}
164
165
166static void codename (LexState *ls, expdesc *e) {

Callers 4

codenameFunction · 0.70
singlevarFunction · 0.70
funcargsFunction · 0.70
simpleexpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected