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