Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ code_loadbool
Function
code_loadbool
Plugins/slua_unreal/External/lua/lcode.cpp:647–650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
646
647
static int code_loadbool (FuncState *fs, int A, int b, int jump) {
648
luaK_getlabel(fs); /* those instructions may be jump targets */
649
return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
650
}
651
652
653
/*
Callers
1
exp2reg
Function · 0.85
Calls
2
luaK_getlabel
Function · 0.85
luaK_codeABC
Function · 0.85
Tested by
no test coverage detected