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

Method __boot

src/Array.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void ArrayBase::__boot()
744{
745 Static(__mClass) = hx::_hx_RegisterClass(HX_CSTRING("Array"),ArrayCanCast,sNone,sArrayFields,
746 ArrayCreateEmpty,ArrayCreateArgs,0,0);
747}
748
749
750

Callers

nothing calls this directly

Calls 1

_hx_RegisterClassFunction · 0.85

Tested by

no test coverage detected