MCPcopy Create free account
hub / github.com/defold/defold / init_exp

Function init_exp

engine/lua/src/lua/lparser.c:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126static void init_exp (expdesc *e, expkind k, int i) {
127 e->f = e->t = NO_JUMP;
128 e->k = k;
129 e->u.s.info = i;
130}
131
132
133static 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