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

Method __Field

src/hx/cppia/CppiaClasses.cpp:1705–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703
1704
1705 hx::Val __Field(const String &inName,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
1706 {
1707 if (inName==HX_CSTRING("__meta__"))
1708 return __meta__;
1709 return info->getStaticValue(inName,inCallProp);
1710 }
1711
1712 hx::Val __SetField(const String &inName,const hx::Val &inValue ,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
1713 {

Callers 15

linkMethod · 0.45
runObjectMethod · 0.45
SLJIT_CALL getFieldFloatFunction · 0.45
SLJIT_CALL incByNameVFunction · 0.45
SLJIT_CALL decByNameVFunction · 0.45
SLJIT_CALL preIncByNameFunction · 0.45
SLJIT_CALL postIncByNameFunction · 0.45
SLJIT_CALL postDecByNameFunction · 0.45
SLJIT_CALL preDecByNameFunction · 0.45

Calls 1

getStaticValueMethod · 0.45

Tested by

no test coverage detected