| 816 | |
| 817 | static void *sVTable; |
| 818 | static bool IsInstanceExact(IObject *aObj) { return *(void **)aObj == sVTable; } // Benchmarked a little faster than aObj->IsOfType(BufferObject::sPrototype); |
| 819 | }; |
| 820 | |
| 821 |
nothing calls this directly
no outgoing calls
no test coverage detected