MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / exp1

Function exp1

3rd/lua-5.4.3/src/lparser.c:1505–1510  ·  view source on GitHub ↗

** Read an expression and generate code to put its results in next ** stack slot. ** */

Source from the content-addressed store, hash-verified

1503**
1504*/
1505static void exp1 (LexState *ls) {
1506 expdesc e;
1507 expr(ls, &e);
1508 luaK_exp2nextreg(ls->fs, &e);
1509 lua_assert(e.k == VNONRELOC);
1510}
1511
1512
1513/*

Callers 1

fornumFunction · 0.85

Calls 2

exprFunction · 0.85
luaK_exp2nextregFunction · 0.85

Tested by

no test coverage detected