| 112 | |
| 113 | |
| 114 | Class_obj() : mSuper(0) { }; |
| 115 | Class_obj(const String &inClassName, String inStatics[], String inMembers[], |
| 116 | hx::ConstructEmptyFunc inConstructEmpty, hx::ConstructArgsFunc inConstructArgs, |
| 117 | hx::Class *inSuperClass, hx::ConstructEnumFunc inConstructEnum, |
nothing calls this directly
no outgoing calls
no test coverage detected