Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaK_exp2anyregup
Function
luaK_exp2anyregup
freebsd/contrib/openzfs/module/lua/lcode.c:512–515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
511
512
void luaK_exp2anyregup (FuncState *fs, expdesc *e) {
513
if (e->k != VUPVAL || hasjumps(e))
514
luaK_exp2anyreg(fs, e);
515
}
516
517
518
void luaK_exp2val (FuncState *fs, expdesc *e) {
Callers
2
fieldsel
Function · 0.85
suffixedexp
Function · 0.85
Calls
1
luaK_exp2anyreg
Function · 0.70
Tested by
no test coverage detected