MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / exp1

Function exp1

third-party/lua-5.5.0/src/lparser.c:1632–1637  ·  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

1630**
1631*/
1632static void exp1 (LexState *ls) {
1633 expdesc e;
1634 expr(ls, &e);
1635 luaK_exp2nextreg(ls->fs, &e);
1636 lua_assert(e.k == VNONRELOC);
1637}
1638
1639
1640/*

Callers 1

fornumFunction · 0.70

Calls 2

exprFunction · 0.70
luaK_exp2nextregFunction · 0.70

Tested by

no test coverage detected