Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaK_exp2anyregup
Function
luaK_exp2anyregup
src/Chain/libraries/glua/lcode.cpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
541
542
void luaK_exp2anyregup(FuncState *fs, expdesc *e) {
543
if (e->k != VUPVAL || hasjumps(e))
544
luaK_exp2anyreg(fs, e);
545
}
546
547
548
void luaK_exp2val(FuncState *fs, expdesc *e) {
Callers
2
fieldsel
Function · 0.85
suffixedexp
Function · 0.85
Calls
1
luaK_exp2anyreg
Function · 0.85
Tested by
no test coverage detected