MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / runVirtualFunc3

Method runVirtualFunc3

test/webidl/test.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 virtual void virtualFunc3(int x) { printf("*virtualf3: %d*\n", x); }
44 virtual void virtualFunc4(int x) { printf("*virtualf4: %d*\n", x); }
45 static void runVirtualFunc3(Child2 *self, int x) { self->virtualFunc3(x); }
46
47private:
48 void doSomethingSecret() { printf("security breached!\n"); }; // we should not be able to do this

Callers 1

post.jsFile · 0.80

Calls 1

virtualFunc3Method · 0.95

Tested by

no test coverage detected