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

Method __boot

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

Source from the content-addressed store, hash-verified

126#endif
127
128void Object::__boot()
129{
130 Static(Object__mClass) = hx::_hx_RegisterClass(HX_CSTRING("Dynamic"),AlwaysCast,sNone,sNone,0,0, 0, 0 );
131
132 #ifdef HXCPP_SCRIPTABLE
133 hx::ScriptableRegisterClass( HX_CSTRING("hx.Object"), (int)sizeof(hx::Object__scriptable), __scriptableFunctions, Object__scriptable::__script_create, Object::__script_construct );
134 #endif
135}
136
137
138hx::Class &Object::__SGetClass() { return Object__mClass; }

Callers

nothing calls this directly

Calls 2

_hx_RegisterClassFunction · 0.85
ScriptableRegisterClassFunction · 0.85

Tested by

no test coverage detected