Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ swapexps
Function
swapexps
third-party/lua-5.5.0/src/lcode.c:1564–1566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1562
1563
1564
static void swapexps (expdesc *e1, expdesc *e2) {
1565
expdesc temp = *e1; *e1 = *e2; *e2 = temp; /* swap
'e1'
and
'e2'
*/
1566
}
1567
1568
1569
/*
Callers
5
codebinNoK
Function · 0.70
codecommutative
Function · 0.70
codebitwise
Function · 0.70
codeeq
Function · 0.70
luaK_posfix
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected