MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / val_array_set_i

Function val_array_set_i

src/hx/CFFI.cpp:461–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void val_array_set_i(hx::Object * arg1,int arg2,hx::Object *inVal)
462{
463 if (arg1==0) return;
464 arg1->__SetItem(arg2, Dynamic(inVal) );
465}
466
467void val_array_set_size(hx::Object * arg1,int inLen)
468{

Callers

nothing calls this directly

Calls 2

DynamicClass · 0.50
__SetItemMethod · 0.45

Tested by

no test coverage detected