Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ luaK_exp2val
Function
luaK_exp2val
ThirdParty/lua/lua/lcode.c:547–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
546
547
void luaK_exp2val (FuncState *fs, expdesc *e) {
548
if (hasjumps(e))
549
luaK_exp2anyreg(fs, e);
550
else
551
luaK_dischargevars(fs, e);
552
}
553
554
555
int luaK_exp2RK (FuncState *fs, expdesc *e) {
Callers
3
yindex
Function · 0.85
luaK_exp2RK
Function · 0.85
luaK_posfix
Function · 0.85
Calls
2
luaK_exp2anyreg
Function · 0.85
luaK_dischargevars
Function · 0.85
Tested by
no test coverage detected