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

Function init_exp

third-party/lua-5.2.4/src/lparser.c:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148static void init_exp (expdesc *e, expkind k, int i) {
149 e->f = e->t = NO_JUMP;
150 e->k = k;
151 e->u.info = i;
152}
153
154
155static void codestring (LexState *ls, expdesc *e, TString *s) {

Callers 8

codestringFunction · 0.70
singlevarauxFunction · 0.70
codeclosureFunction · 0.70
constructorFunction · 0.70
funcargsFunction · 0.70
simpleexpFunction · 0.70
assignmentFunction · 0.70
mainfuncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected