MCPcopy Create free account
hub / github.com/F-Stack/f-stack / exp1

Function exp1

app/redis-6.2.6/deps/lua/src/lparser.c:1040–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038
1039
1040static int exp1 (LexState *ls) {
1041 expdesc e;
1042 int k;
1043 expr(ls, &e);
1044 k = e.k;
1045 luaK_exp2nextreg(ls->fs, &e);
1046 return k;
1047}
1048
1049
1050static void forbody (LexState *ls, int base, int line, int nvars, int isnum) {

Callers 1

fornumFunction · 0.70

Calls 2

exprFunction · 0.70
luaK_exp2nextregFunction · 0.70

Tested by

no test coverage detected