Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ code_loadbool
Function
code_loadbool
3rdparty/lua/plainlua/lcode.c:890–893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
888
889
890
static int code_loadbool (FuncState *fs, int A, OpCode op) {
891
luaK_getlabel(fs); /* those instructions may be jump targets */
892
return luaK_codeABC(fs, op, A, 0, 0);
893
}
894
895
896
/*
Callers
1
exp2reg
Function · 0.85
Calls
1
luaK_getlabel
Function · 0.85
Tested by
no test coverage detected