| 441 | } |
| 442 | |
| 443 | bool IsClassPrototype() { return mFlags & ClassPrototype; } |
| 444 | bool IsNativeClassPrototype() { return mFlags & NativeClassPrototype; } |
| 445 | |
| 446 | Object *GetNativeBase(); |
nothing calls this directly
no outgoing calls
no test coverage detected