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

Function exp1

lua/lparser.c:1096–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094
1095
1096static int exp1 (LexState *ls) {
1097 expdesc e;
1098 int k;
1099 expr(ls, &e);
1100 k = e.k;
1101 luaK_exp2nextreg(ls->fs, &e);
1102 return k;
1103}
1104
1105
1106static void forbody (LexState *ls, int base, int line, int nvars, int isnum) {

Callers 1

fornumFunction · 0.85

Calls 2

exprFunction · 0.85
luaK_exp2nextregFunction · 0.85

Tested by

no test coverage detected