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

Method __SetField

src/hx/cppia/CppiaClasses.cpp:1712–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1710 }
1711
1712 hx::Val __SetField(const String &inName,const hx::Val &inValue ,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
1713 {
1714 return info->setStaticValue(inName,inValue,inCallProp);
1715 }
1716
1717 bool __HasField(const String &inName) HXCPP_OVERRIDE
1718 {

Callers 9

runObjectMethod · 0.45
SLJIT_CALL preIncByNameFunction · 0.45
SLJIT_CALL postIncByNameFunction · 0.45
SLJIT_CALL postDecByNameFunction · 0.45
SLJIT_CALL preDecByNameFunction · 0.45
runObjectMethod · 0.45
_hx_mysql_result_nextFunction · 0.45
_hx_sqlite_result_nextFunction · 0.45
_hx_std_socket_recv_fromFunction · 0.45

Calls 1

setStaticValueMethod · 0.45

Tested by

no test coverage detected