MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / init_exp

Function init_exp

Source/Misc/lua/src/lua.c:7702–7706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7700
7701
7702static void init_exp (expdesc *e, expkind k, int i) {
7703e->f = e->t = NO_JUMP;
7704e->k = k;
7705e->u.s.info = i;
7706}
7707
7708
7709static void codestring (LexState *ls, expdesc *e, TString *s) {

Callers 8

codestringFunction · 0.85
singlevarauxFunction · 0.85
pushclosureFunction · 0.85
constructorFunction · 0.85
funcargsFunction · 0.85
simpleexpFunction · 0.85
assignmentFunction · 0.85
localfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected