Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaK_exp2val
Function
luaK_exp2val
Source/Misc/lua/src/lua.c:4105–4110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4103
4104
4105
void luaK_exp2val (FuncState *fs, expdesc *e) {
4106
if (hasjumps(e))
4107
luaK_exp2anyreg(fs, e);
4108
else
4109
luaK_dischargevars(fs, e);
4110
}
4111
4112
4113
int luaK_exp2RK (FuncState *fs, expdesc *e) {
Callers
3
luaK_exp2RK
Function · 0.85
luaK_posfix
Function · 0.85
yindex
Function · 0.85
Calls
2
luaK_exp2anyreg
Function · 0.85
luaK_dischargevars
Function · 0.85
Tested by
no test coverage detected