Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ luaK_exp2val
Function
luaK_exp2val
source/3rdparty/lua/src/lcode.c:520–525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
518
519
520
void luaK_exp2val (FuncState *fs, expdesc *e) {
521
if (hasjumps(e))
522
luaK_exp2anyreg(fs, e);
523
else
524
luaK_dischargevars(fs, e);
525
}
526
527
528
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