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

Method __SetItem

src/hx/Object.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85Dynamic Object::__Run(const Array<Dynamic> &inArgs) { return 0; }
86Dynamic Object::__GetItem(int inIndex) const { return null(); }
87Dynamic Object::__SetItem(int inIndex,Dynamic) { return null(); }
88
89
90void Object::__SetThis(Dynamic inThis) { }

Callers 14

val_array_set_iFunction · 0.45
runObjectMethod · 0.45
SLJIT_CALL incItemFunction · 0.45
SLJIT_CALL decItemFunction · 0.45
SLJIT_CALL preIncItemFunction · 0.45
SLJIT_CALL postIncItemFunction · 0.45
SLJIT_CALL setDynamicIFunction · 0.45
SLJIT_CALL preDecItemFunction · 0.45
SLJIT_CALL postDecItemFunction · 0.45
SLJIT_CALL dynModFunction · 0.45
SLJIT_CALL dynUShrFunction · 0.45
runObjectMethod · 0.45

Calls 1

nullClass · 0.50

Tested by

no test coverage detected