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

Method parentFunc

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

Source from the content-addressed store, hash-verified

12 int getVal() { return value; }; // inline should work just fine here, unlike Way 1 before
13 void mulVal(int mul);
14 void parentFunc() {}
15 const Parent *getAsConst() { return NULL; }
16 void *voidStar(void *something) { return something; }
17 bool getBoolean() { return true; }

Callers 1

post.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected