MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / init_exp

Function init_exp

lua/lparser.c:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127static void init_exp (expdesc *e, expkind k, int i) {
128 e->f = e->t = NO_JUMP;
129 e->k = k;
130 e->u.s.info = i;
131}
132
133
134static void codestring (LexState *ls, expdesc *e, TString *s) {

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected