| 445 | |
| 446 | Object *GetNativeBase(); |
| 447 | Object *Base() |
| 448 | { |
| 449 | return mBase; // Callers only want to call Invoke(), so no AddRef is done. |
| 450 | } |
| 451 | |
| 452 | LPTSTR Type() override; |
| 453 | bool IsOfType(Object *aPrototype) override; |
nothing calls this directly
no outgoing calls
no test coverage detected