Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ lua_rawset
Function
lua_rawset
3rdparty/lua/plainlua/lapi.c:909–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
908
909
LUA_API void lua_rawset (lua_State *L, int idx) {
910
aux_rawset(L, idx, s2v(L->top.p - 2), 2);
911
}
912
913
914
LUA_API void lua_rawsetp (lua_State *L, int idx, const void *p) {
Callers
15
lua_rawsetp
Function · 0.85
clear
Function · 0.85
set
Method · 0.85
set
Method · 0.85
json_parse_object_context
Function · 0.85
tolua_pushusertype_internal
Function · 0.85
tolua_add_value_to_root
Function · 0.85
tolua_remove_value_from_root
Function · 0.85
tolua_newmetatable
Function · 0.85
mapsuper
Function · 0.85
set_ubox
Function · 0.85
tolua_bnd_releaseownership
Function · 0.85
Calls
1
aux_rawset
Function · 0.85
Tested by
no test coverage detected