MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / exp1

Function exp1

deps/lua/src/lparser.c:1036–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034
1035
1036static int exp1 (LexState *ls) {
1037 expdesc e;
1038 int k;
1039 expr(ls, &e);
1040 k = e.k;
1041 luaK_exp2nextreg(ls->fs, &e);
1042 return k;
1043}
1044
1045
1046static 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