MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / swapexps

Function swapexps

lib/lua/src/lcode.c:1482–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

codebinNoKFunction · 0.85
codecommutativeFunction · 0.85
codebitwiseFunction · 0.85
codeeqFunction · 0.85
luaK_posfixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected