Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ SLJIT_CALL setDynamicI
Function
SLJIT_CALL setDynamicI
src/hx/cppia/Cppia.cpp:5263–5267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5261
}
5262
5263
hx::Object * SLJIT_CALL setDynamicI(hx::Object *inObj, int inIndex, hx::Object *inValue)
5264
{
5265
inObj->__SetItem( inIndex, inValue );
5266
return inValue;
5267
}
5268
5269
5270
Callers
nothing calls this directly
Calls
1
__SetItem
Method · 0.45
Tested by
no test coverage detected