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

Function swapexps

third-party/lua-5.4.6/src/lcode.c:1483–1485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481
1482
1483static void swapexps (expdesc *e1, expdesc *e2) {
1484 expdesc temp = *e1; *e1 = *e2; *e2 = temp; /* swap 'e1' and 'e2' */
1485}
1486
1487
1488/*

Callers 5

codebinNoKFunction · 0.70
codecommutativeFunction · 0.70
codebitwiseFunction · 0.70
codeeqFunction · 0.70
luaK_posfixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected