| 85 | Dynamic Object::__Run(const Array<Dynamic> &inArgs) { return 0; } |
| 86 | Dynamic Object::__GetItem(int inIndex) const { return null(); } |
| 87 | Dynamic Object::__SetItem(int inIndex,Dynamic) { return null(); } |
| 88 | |
| 89 | |
| 90 | void Object::__SetThis(Dynamic inThis) { } |
no test coverage detected