Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaK_exp2val
Function
luaK_exp2val
freebsd/contrib/openzfs/module/lua/lcode.c:518–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
516
517
518
void luaK_exp2val (FuncState *fs, expdesc *e) {
519
if (hasjumps(e))
520
luaK_exp2anyreg(fs, e);
521
else
522
luaK_dischargevars(fs, e);
523
}
524
525
526
int luaK_exp2RK (FuncState *fs, expdesc *e) {
Callers
3
yindex
Function · 0.70
luaK_exp2RK
Function · 0.70
luaK_posfix
Function · 0.70
Calls
2
luaK_exp2anyreg
Function · 0.70
luaK_dischargevars
Function · 0.70
Tested by
no test coverage detected