| 1059 | return NULL; |
| 1060 | } |
| 1061 | BfTypeInstance* GetForeignType() |
| 1062 | { |
| 1063 | if (mMethodInfoEx != NULL) |
| 1064 | return mMethodInfoEx->mForeignType; |
| 1065 | return NULL; |
| 1066 | } |
| 1067 | void ReportMemory(MemReporter* memReporter); |
| 1068 | }; |
| 1069 |
no outgoing calls
no test coverage detected