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

Function init_exp

extlibs/lua/src/lparser.c:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152static void init_exp (expdesc *e, expkind k, int i) {
153 e->f = e->t = NO_JUMP;
154 e->k = k;
155 e->u.info = i;
156}
157
158
159static void codestring (expdesc *e, TString *s) {

Callers 7

searchvarFunction · 0.85
singlevarauxFunction · 0.85
codeclosureFunction · 0.85
constructorFunction · 0.85
funcargsFunction · 0.85
simpleexpFunction · 0.85
restassignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected